]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/templatetags/listurl.py
[packages] update to django 1.0
[patchwork] / apps / patchwork / templatetags / listurl.py
index 22e2a1b13d17d2eae861cc849ec0a8b74cbb6cc6..5fe03e469c43d1b46b3015abec468dda9e43ee8a 100644 (file)
@@ -33,7 +33,7 @@ list_params = [ c.param for c in filterclasses ] + ['order', 'page']
 
 class ListURLNode(template.defaulttags.URLNode):
     def __init__(self, kwargs):
-        super(ListURLNode, self).__init__(None, [], {})
+        super(ListURLNode, self).__init__(None, [], {}, False)
         self.params = {}
         for (k, v) in kwargs.iteritems():
             if k in list_params: