fix-#759: with_limit_and_skip for count should default like in pymongo

This commit is contained in:
DavidBord
2014-11-07 09:18:42 +02:00
parent 201b12a886
commit 914c5752a5
5 changed files with 13 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- with_limit_and_skip for count should default like in pymongo #759
- Querying by a field defined in a subclass raises InvalidQueryError #744
- Add Support For MongoDB 2.6.X's maxTimeMS #778
- abstract shouldn't be inherited in EmbeddedDocument # 789