Skip to content

Commit

Permalink
Use older migration dependencies that exist in older Wagtail versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-kn authored and mvantellingen committed Jun 5, 2017
1 parent fe6a26e commit 0da7f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wagtail_personalisation/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('wagtailcore', '0030_index_on_pagerevision_created_at'),
('wagtailcore', '0001_initial'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Migration(migrations.Migration):

dependencies = [
('wagtailcore', '0033_remove_golive_expiry_help_text'),
('wagtailcore', '0001_initial'),
('wagtail_personalisation', '0010_auto_20170531_1101'),
]

Expand Down

0 comments on commit 0da7f11

Please sign in to comment.