kopia lustrzana https://github.com/wagtail/wagtail
Fix migration dependency in i18n test migration
rodzic
cb0c643d83
commit
1a40d97506
|
@ -9,7 +9,7 @@ import uuid
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wagtailcore', '0061_change_promote_tab_helpt_text_and_verbose_names'),
|
||||
('wagtailcore', '0059_apply_collection_ordering'),
|
||||
('i18n', '0001_initial'),
|
||||
]
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue