Skip to content

Commit

Permalink
reference actual migrations in depenencies and not __latest__
Browse files Browse the repository at this point in the history
  • Loading branch information
codiebeulaine committed Nov 28, 2017
1 parent af20af7 commit dec5789
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ def add_commenting_permissions_to_groups(apps, schema_editor):
dependencies = [
('commenting', '0004_auto_20160713_0221'),
('core', '0047_add_core_permissions_to_groups'),
('contenttypes', '__latest__'),
('sites', '__latest__'),
('auth', '0008_alter_user_username_max_length'),
('wagtailcore', '__latest__'),
('wagtailadmin', '__latest__'),
('wagtailusers', '__latest__'),
('contenttypes', '0002_remove_content_type_name'),
('sites', '0002_alter_domain_unique'),
('auth', '0007_alter_validators_add_error_messages'),
('wagtailcore', '0032_add_bulk_delete_page_permission'),
('wagtailadmin', '0001_create_admin_access_permissions'),
('wagtailusers', '0005_make_related_name_wagtail_specific'),
]

operations = [
Expand Down

0 comments on commit dec5789

Please sign in to comment.