online-judge
online-judge copied to clipboard
`judge/utils/diggpaginator.py:194: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list`
trafficstars
/code/site/judge/utils/diggpaginator.py:194: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'judge.models.problem.Problem'> TranslatedProblemQuerySet.
super(DiggPaginator, self).__init__(*args, **kwargs)
Also
/code/dmoj-virtenv/lib/python3.7/site-packages/django/views/generic/list.py:88: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'judge.models.profile.Profile'> QuerySet.
allow_empty_first_page=allow_empty_first_page, **kwargs)