You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
I'm seeing this warning when clicking around the "Manage" page for Cohorts. @jonespm said it looks like we can specify a column somewhere to suppress this warning.
student_explorer | /usr/local/lib/python3.7/site-packages/django/views/generic/list.py:88: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'management.models.StudentCohortMentor'> QuerySet.
The text was updated successfully, but these errors were encountered:
I don't remember the details of this one and this isn't on any project so going to unassign myself for now. This might have been the fix we need to add to this StudentCohortMentor. https://stackoverflow.com/a/44036414/3708872
I'm seeing this warning when clicking around the "Manage" page for Cohorts. @jonespm said it looks like we can specify a column somewhere to suppress this warning.
The text was updated successfully, but these errors were encountered: