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.

On Mar 20, 2: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 :)
>
> b
>
> On Mar 20, 2:12 pm, Ian Kelly <ian.g.ke...@gmail.com> wrote:
>
> > 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