# Apply offset and limit constraints manually, since using LIMIT/OFFSET
KeyError: None
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23722>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_docs: => 0
* resolution: => needsinfo
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
The description doesn't contain enough information of how to reproduce the
error you are seeing. Could you elaborate on how to produce the error by
using public APIs?
--
Ticket URL: <https://code.djangoproject.com/ticket/23722#comment:1>
Comment (by vasyabigi):
Sure,
All you need to do is next:
{{{
User.objects.none().count()
}}}
where `User` could be any other model from the app.
--
Ticket URL: <https://code.djangoproject.com/ticket/23722#comment:2>
Comment (by akaariai):
Sorry, I still don't know how to reproduce. Could you give the full
sequence of steps to reproduce this error.
--
Ticket URL: <https://code.djangoproject.com/ticket/23722#comment:3>
* resolution: needsinfo => invalid
--
Ticket URL: <https://code.djangoproject.com/ticket/23722#comment:4>