rohitjain-rj / django-tagging

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

No TagField on ModelForm when using register() #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I added tagging to a model using tagging.register(ModelName).  When I
create a ModelForm for that model, it would be useful for a TagField to be
generated, but none is.  Is this intentional?

Original issue reported on code.google.com by ringe...@gmail.com on 18 Nov 2009 at 2:50

GoogleCodeExporter commented 9 years ago
tagging.register gives you a descriptor not a TagField. Use the TagField if 
that is what you want.

Original comment by bros...@gmail.com on 22 Jan 2010 at 10:14