diff --git a/wagtail/tests/testapp/migrations/0008_merge.py b/wagtail/tests/testapp/migrations/0008_merge.py new file mode 100644 index 000000000..6e55ced0c --- /dev/null +++ b/wagtail/tests/testapp/migrations/0008_merge.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('tests', '0007_auto_20150819_0614'), + ('tests', '0007_singleeventpage'), + ] + + operations = [ + ]