Run migrations! Schema changed for Attributes and Tags.

This commit is contained in:
Griatch 2014-02-16 22:42:49 +01:00
parent 41087789ce
commit 5e942749e9

View file

@ -484,10 +484,8 @@ class Tag(models.Model):
db_model = models.CharField('model', max_length=32, null=True, help_text="database model to Tag", db_index=True)
# this is None, alias or permission
db_tagtype = models.CharField('tagtype', max_length=16, null=True, help_text="overall type of Tag", db_index=True)
objects = managers.TagManager()
class Meta:
"Define Django meta options"
verbose_name = "Tag"