0
0
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:
Benjamin Bach 2016-04-29 01:25:32 +02:00 committed by Matt Westcott
parent 1718926c99
commit bee221b8c9

View File

@ -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 = [