Just figured out that I used django-tagging before but switched to
django-taggit and then removed django-tagging. But it is being used in
the migrations. Not sure if I should mess with the migrations or just
install django-tagging. Feels wrong to install it when I don't use it
anymore.

However the change to django-taggit does not seem to be picked up by
South. not I've got

tags = TaggableManager(), instead of the tagging TagField but when I
run a schemamigration check it finds nothing.

-Martin

On 25 Juli, 11:53, Martin Lundberg <martin.lundb...@gmail.com> wrote:
> No one who knows what could be causing it not to find the TagField
> field? Do I have to do something special for South to find it? I don't
> have any trouble with the field when it is used by django. Atleast not
> what I've noticed.
>
> On 23 Juli, 16:13, Martin Lundberg <martin.lundb...@gmail.com> wrote:
>
>
>
> > Hi,
>
> > I'm having problems with running ./manage.py test. When it is running
> > some South migrations I'm getting this error: ValueError: Cannot
> > import the required field 'tagging.fields.TagField'. I don't know how
> > to fix it.
>
> > -Martin

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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