QuerySet limit function now returns all docs in cursor when 0 is passed

This commit is contained in:
Ali
2017-08-04 11:31:29 +01:00
parent 3794b181d5
commit 2a795e9138
3 changed files with 10 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Development
===========
- QuerySet limit function behaviour: Passing 0 as parameter will return all the documents in the cursor #1611
- (Fill this out as you fix issues and develop your features).
Changes in 0.14.0