Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Xyene opened this issue Feb 12, 2023 · 1 comment
Labels

Comments

@Xyene
Copy link
Member

Xyene commented Feb 12, 2023

/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 Xyene added the cleanup label Feb 12, 2023
@Xyene
Copy link
Member Author

Xyene commented Feb 12, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant