You need to sign in or sign up before continuing.
Commit d9f3a23a by Carl Meyer

remove needless Tag import in managers.py (Tag model is not hardcoded anywhere! yay!)

parent 8bd0380e
...@@ -6,7 +6,7 @@ from django.db.models.related import RelatedObject ...@@ -6,7 +6,7 @@ from django.db.models.related import RelatedObject
from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext_lazy as _
from taggit.forms import TagField from taggit.forms import TagField
from taggit.models import Tag, TaggedItem, GenericTaggedItemBase from taggit.models import TaggedItem, GenericTaggedItemBase
from taggit.utils import require_instance_manager from taggit.utils import require_instance_manager
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment