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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user