mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Added a missing merge migration
This commit is contained in:
parent
4001516a27
commit
5cfa3b09e5
1 changed files with 14 additions and 0 deletions
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 a new issue