On Mar 20, 8:26 am, Brandon Taylor <btaylordes...@gmail.com> wrote: > Hi Ian, > > Thanks for the response. The test case is adding the TagField() to any > model. > > Here's an excerpt from my model class: > > #models.py > from django.db import models > from django.contrib import admin > from tagging.models import Tag > from tagging.forms import TagField
Here's the problem. The models.py is importing TagField from tagging.forms instead of tagging.fields, and so you're adding a form field to your model rather than a model field. 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 -~----------~----~----~----~------~----~------~--~---