Commit c79305a7 by Thomas Schreiber

prefetch_query_set was also renamed to prefetch_queryset

parent 80016ee6
......@@ -327,6 +327,7 @@ class _TaggableManager(models.Manager):
# Django 1.6 renamed this
get_queryset = get_query_set
get_prefetch_queryset = get_prefetch_query_set
def _lookup_kwargs(self):
return self.through.lookup_kwargs(self.instance)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment