acangiani / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
1 stars 0 forks source link

SVN 149 - manager.py line 26 of def usage() - Typo s missing in *arg #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This is a duplicate of issue #102.

Original comment by jarek.zg...@gmail.com on 26 Oct 2008 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by jonathan.buchanan on 30 Oct 2008 at 2:25