On Mar 20, 1:52 pm, Brandon Taylor <btaylordes...@gmail.com> wrote: > Hmm. Well, I guess the only thing left to ask is what version of > Django and Tagging you're running? > > I'm using Oracle 10g, cx_Oracle-5.0.1, Django and Tagging from svn. > Other than that, I'm at a loss :)
The same, but cx_Oracle 4.4.1. On Mar 20, 1:54 pm, Brandon Taylor <btaylordes...@gmail.com> wrote: > When you say "fixed the import" how so? I'm not seeing where I can > import TagField from any other location in tagging other than > forms.py. Sorry, I guess I wasn't clear before. I just meant that I changed this line: from tagging.forms import TagField to this: from tagging.fields import TagField Both forms.py and fields.py define a TagField class, and they're not the same thing. HTH, Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---