jinjie2088 / django-tagging

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

TagField __init__ signature and parent __init__ call with problems #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

 When you put a TagField in your model and put on the call some arguments 
and/or keyword arguments some exceptions are rised. For exemple, I'm 
brazilian and need to set verbose_name and help_text for a TagField, like 
this:

tags = TagField('Palavras-chave', help_text='Separadas por vírgula')

Than I get some exceptions. I found the problem in the __init__ method 
signature and did some changes. Here is the patch. 

I'm using Django trunk r7049 and Django-tagging v.0.2.1

Thanks for that great app!

Original issue reported on code.google.com by gust...@fundacaoaprender.org.br on 3 Apr 2008 at 6:36

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision 134 - thanks!

Original comment by jonathan.buchanan on 30 Apr 2008 at 10:40