Changes between Version 2 and Version 3 of NoSqlSupport
- Timestamp:
- Dec 10, 2010, 12:36:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NoSqlSupport
v2 v3 117 117 `Query.count()` is problematic since a scalable `count()` method doesn't exist at least on App Engine. It would be nice to be able to pass an upper limit like `count(100)`, so if there are more than 100 results it will still return just 100. 118 118 119 Django-nonrel currently just limits the maximum count to 1000.119 Django-nonrel's App Engine backend currently just limits the maximum count to 1000. Other backends don't have a `count()` limit.