0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00

Fix testapp migration conflict

This commit is contained in:
Matt Westcott 2023-02-03 17:43:38 +00:00
parent 781aa44352
commit 4388d6a46e

View File

@ -8,7 +8,7 @@ class Migration(migrations.Migration):
dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("tests", "0018_alter_streampage_body"),
("tests", "0019_fullfeaturedsnippet_translatable"),
]
operations = [