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:
parent
4001516a27
commit
5cfa3b09e5
14
wagtail/tests/testapp/migrations/0044_merge_20191203_0116.py
Normal file
14
wagtail/tests/testapp/migrations/0044_merge_20191203_0116.py
Normal 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 = [
|
||||
]
|
Loading…
Reference in New Issue
Block a user