The initial migration of the ACLs app depends on a table not created until migration 0002 of the permissions app

This commit is contained in:
Roberto Rosario
2015-01-05 03:40:53 -04:00
parent a4d3a73117
commit 62074b8b39

View File

@@ -5,6 +5,9 @@ from django.db import models
class Migration(SchemaMigration):
depends_on = (
('permissions', '0002_auto__add_storedpermission__add_unique_storedpermission_namespace_name.py'),
)
def forwards(self, orm):
# Adding model 'AccessEntry'