Code reads:
25 def usage(self, *args, **kwargs):
26 return Tag.objects.usage_for_model(self.model, *arg, **kwargs)
The parameter in the line 26 should read "*args".
Original issue reported on code.google.com by RHou...@gmail.com on 22 Sep 2008 at 9:05
Original issue reported on code.google.com by
RHou...@gmail.com
on 22 Sep 2008 at 9:05