studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Review UnorderedObjectListWarning #215

Open studybuffalo opened 4 years ago

studybuffalo commented 4 years ago

Warning noted in CI logs - review and resolve as appropriate.


tests/subscriptions/test_views_subscription.py::test_subscription_delete_and_success

    /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/django/views/generic/list.py:88: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'django.contrib.auth.models.User'> QuerySet.

    allow_empty_first_page=allow_empty_first_page, **kwargs)
``