tl-its-umich-edu / student_explorer

Tool used by Academic advisors to access student weekly performance
Apache License 2.0
10 stars 13 forks source link

UnorderedObjectListWarning in management application #246

Open ssciolla opened 4 years ago

ssciolla commented 4 years ago

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.
jonespm commented 4 years ago

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