Commit de05aa21 by Nathan Borror Committed by Alex Gaynor

Should be passing in real qs into object_list view instead of queryset.

parent f56fde4e
......@@ -15,4 +15,4 @@ def tagged_object_list(request, slug, queryset, **kwargs):
if "extra_context" not in kwargs:
kwargs["extra_context"] = {}
kwargs["extra_context"]["tag"] = tag
return object_list(request, queryset, **kwargs)
return object_list(request, qs, **kwargs)
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