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