Fixed and corrected various bugs resulting from the change to Attributes/Tags).

This commit is contained in:
Griatch 2014-02-16 21:27:42 +01:00
parent 630d31cac4
commit bad24513e0
9 changed files with 66 additions and 64 deletions

View file

@ -6,6 +6,8 @@ from django.db import models
class Migration(DataMigration):
depends_on = (("comms", "0017_renaming_typeclass_from_comm_to_channel"), )
def forwards(self, orm):
"Write your forwards methods here."
# Note: Don't use "from appname.models import ModelName".