Changes between Version 2 and Version 3 of NoSqlSupport


Ignore:
Timestamp:
Dec 10, 2010, 12:36:07 PM (13 years ago)
Author:
Waldemar Kornewald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NoSqlSupport

    v2 v3  
    117117`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.
    118118
    119 Django-nonrel currently just limits the maximum count to 1000.
     119Django-nonrel's App Engine backend currently just limits the maximum count to 1000. Other backends don't have a `count()` limit.
Back to Top