Added with_limit_and_skip support to count() (#235)

This commit is contained in:
Ross Lawley
2013-04-23 10:38:32 +00:00
parent e4f38b5665
commit 81c7007f80
3 changed files with 36 additions and 25 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.X
================
- Added with_limit_and_skip support to count() (#235)
- Removed __len__ from queryset (#247)
- Objects queryset manager now inherited (#256)
- Updated connection to use MongoClient (#262, #274)