online-judge icon indicating copy to clipboard operation
online-judge copied to clipboard

`judge/utils/diggpaginator.py:194: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list`

Open Xyene opened this issue 2 years ago • 1 comments
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)

Xyene avatar Feb 12 '23 00:02 Xyene

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)

Xyene avatar Feb 12 '23 00:02 Xyene