oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
425 stars 82 forks source link

Pagination may yield inconsistent results #46

Open migue56 opened 6 years ago

migue56 commented 6 years ago

In Auth/Users or Auth/Groups the debug show that:

django/core/paginator.py:112: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <QuerySet []> UnorderedObjectListWarning

Auth/Users: auth_user_list Auth/Groups: auth_group_list

micic22 commented 5 years ago

Try this. https://stackoverflow.com/questions/44033670/python-django-rest-framework-unorderedobjectlistwarning/44036414

bultakov commented 1 year ago

In Auth/Users or Auth/Groups the debug show that:

django/core/paginator.py:112: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <QuerySet []> UnorderedObjectListWarning

Auth/Users: auth_user_list Auth/Groups: auth_group_list

https://stackoverflow.com/a/44036414

NobleSalt commented 7 months ago

Thanks