Skip to content

Conversation

@jeffbowen
Copy link
Contributor

Starting in Django 1.8, get_query_set will now be get_queryset. This change was
announced as part of the Django 1.6 release and now in Django 1.7 throws a
RemovedInDjango18Warning. See:

https://docs.djangoproject.com/en/1.7/releases/1.6/#get-query-set-and-similar-methods-renamed-to-get-queryset

Starting in Django 1.8, get_query_set will now be get_queryset. This change was
announced as part of the Django 1.6 release and now in Django 1.7 throws a
RemovedInDjango18Warning. See:

https://docs.djangoproject.com/en/1.7/releases/1.6/#get-query-set-and-similar-methods-renamed-to-get-queryset
paltman added a commit that referenced this pull request Sep 28, 2014
Use get_queryset instead of get_query_set
@paltman paltman merged commit 4eb1533 into pinax:master Sep 28, 2014
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

Successfully merging this pull request may close these issues.

2 participants