We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Django 1.6, they standardized on get_queryset. If this is trying to mimic vanilla Django, it should follow.
get_queryset
Announcement: https://docs.djangoproject.com/en/dev/releases/1.6/#get-query-set-and-similar-methods-renamed-to-get-queryset
Example code where the generic ListView uses get_queryset: https://github.com/django/django/blob/stable/1.6.x/django/views/generic/list.py#L23
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Django 1.6, they standardized on
get_queryset
. If this is trying to mimic vanilla Django, it should follow.Announcement:
https://docs.djangoproject.com/en/dev/releases/1.6/#get-query-set-and-similar-methods-renamed-to-get-queryset
Example code where the generic ListView uses get_queryset:
https://github.com/django/django/blob/stable/1.6.x/django/views/generic/list.py#L23
The text was updated successfully, but these errors were encountered: