mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Make wagtailadmin depend on wagtailcore 0026, fixes #2529
This commit is contained in:
parent
1718926c99
commit
bee221b8c9
@ -46,8 +46,9 @@ def remove_admin_access_permissions(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
# Need to run wagtailcores initial data migration to make sure the groups are created
|
||||
('wagtailcore', '0002_initial_data'),
|
||||
# We cannot apply and unapply this migration unless GroupCollectionPermission
|
||||
# is created. #2529
|
||||
('wagtailcore', '0026_group_collection_permission'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Loading…
Reference in New Issue
Block a user