0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00

Added a missing merge migration

This commit is contained in:
Karl Hobley 2019-12-02 16:16:31 +00:00
parent 4001516a27
commit 5cfa3b09e5

View File

@ -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 = [
]