On Mar 20, 12:08 pm, Brandon Taylor <btaylordes...@gmail.com> wrote:
> Nope, still not working. If you're not defining tags = TagField() in
> the model, how are you defining it? As a CharField? I'd like to see
> how your model is set up.
>
> Of course, if I create a CharField and call it tags, it will show up.
> Even overriding the form for the admin, and overriding tags: tags =
> TagField() does not invoke any of the Tagging functionality for me.

All I did was to take the model you posted and fix the import.
Running syncdb created the tags column, and the field appears in the
admin and is fully functional.  I didn't have to create a custom form
for the admin at all.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to