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: /home/django/django/lib/python3.6/site-packages/rest_framework/pagination.py:200: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'bplan.models.BPlan'> QuerySet.
Shouldn't matter here as we display all anyway, but just to be sure
The text was updated successfully, but these errors were encountered:
from the logs:
/home/django/django/lib/python3.6/site-packages/rest_framework/pagination.py:200: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'bplan.models.BPlan'> QuerySet.
Shouldn't matter here as we display all anyway, but just to be sure
The text was updated successfully, but these errors were encountered: