Hi Everyone,

I'm using the svn checkout of Django-Tagging and Django-Trunk. Tagging
is working perfectly for me with any other database except, of course,
Oracle, which is what I need it to work in.

I can't get the TagField() to show up in the admin at all without
adding a custom form for my ModelAdmin class, and when I do, it won't
populate the Tags table.

Creating a ModelForm instance also omits the tags = TagField() field
from the form.

'tagging' is in my installed apps, and the tagging tables get created
when I syncdb. When compared to another project that leverages Django-
Tagging, the tables look ok, so I'm not sure what might be causing it
not to work.

Does anyone know of a workaround?

Kind regards,
Brandon
--~--~---------~--~----~------------~-------~--~----~
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