Skip to content

Commit

Permalink
Fix migration dependency in i18n test migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Mar 5, 2021
1 parent cb0c643 commit 1a40d97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Migration(migrations.Migration):

dependencies = [
('wagtailcore', '0061_change_promote_tab_helpt_text_and_verbose_names'),
('wagtailcore', '0059_apply_collection_ordering'),
('i18n', '0001_initial'),
]

Expand Down

0 comments on commit 1a40d97

Please sign in to comment.