Fixed and corrected various bugs resulting from the change to Attributes/Tags).
This commit is contained in:
parent
630d31cac4
commit
bad24513e0
9 changed files with 66 additions and 64 deletions
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue