Skip to content

Commit

Permalink
Fix failing tests: wagtail migration dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Sep 23, 2024
1 parent fe4430e commit 503d38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/cms/migrations/0005_homepage_featured_story.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Migration(migrations.Migration):

dependencies = [
("cms", "0004_auto_20200224_2038"),
("wagtailimages", "0025_alter_image_file_alter_rendition_file"),
]

operations = [
Expand Down
1 change: 1 addition & 0 deletions apps/cms/migrations/0006_create_footermenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Migration(migrations.Migration):

dependencies = [
("cms", "0005_homepage_featured_story"),
("wagtailmenus", "0023_remove_use_specific"),
]

operations = [migrations.RunPython(create_footer_menu, migrations.RunPython.noop)]

0 comments on commit 503d38c

Please sign in to comment.