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
From the logs it appears that the results from both the /items and /tabellen endpoints are unordered:
/rest_framework/pagination.py:207: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'referentielijsten.api.models.Item'> ItemQuerySet.
Stappen om te reproduceren / Steps to reproduce
Perform a GET request on /items or /tabellen
Look at the logs and observe the warning
Verwacht gedrag / Expected behavior
The items should be ordered in some way at least (pk could work, though maybe an OrderedModel could make sense for items as well)
The text was updated successfully, but these errors were encountered:
Product versie / Product version
latest / 0.2.0
Omschrijf het probleem / Describe the bug
From the logs it appears that the results from both the
/items
and/tabellen
endpoints are unordered:Stappen om te reproduceren / Steps to reproduce
/items
or/tabellen
Verwacht gedrag / Expected behavior
The items should be ordered in some way at least (pk could work, though maybe an OrderedModel could make sense for
items
as well)The text was updated successfully, but these errors were encountered: