diff --git a/wagtail/tests/testapp/migrations/0044_merge_20191203_0116.py b/wagtail/tests/testapp/migrations/0044_merge_20191203_0116.py new file mode 100644 index 0000000000..2921b3a402 --- /dev/null +++ b/wagtail/tests/testapp/migrations/0044_merge_20191203_0116.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.5 on 2019-12-02 16:16 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('tests', '0043_customdocument_fancy_description'), + ('tests', '0043_eventpagespeakeraward'), + ] + + operations = [ + ]