Skip to content

Commit 481c231

Browse files
committed
Recreate test migrations
1 parent 9da6655 commit 481c231

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

tests/app/migrations/0001_initial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 3.1.2 on 2020-10-13 08:36
1+
# Generated by Django 4.1.5 on 2023-05-21 12:54
22

33
from django.db import migrations, models
44
import django.db.models.deletion
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
99
initial = True
1010

1111
dependencies = [
12-
('wagtailcore', '0052_pagelogentry'),
12+
('wagtailcore', '0078_referenceindex'),
1313
]
1414

1515
operations = [

tests/app/migrations/0002_auto_20201015_1424.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)