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

make sure bplan queryset has a distinct ordering #199

Open
fuzzylogic2000 opened this issue May 5, 2020 · 1 comment
Open

make sure bplan queryset has a distinct ordering #199

fuzzylogic2000 opened this issue May 5, 2020 · 1 comment

Comments

@fuzzylogic2000
Copy link
Contributor

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

@fuzzylogic2000
Copy link
Contributor Author

Matters for the list view!

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

No branches or pull requests

1 participant