Skip to content

Commit

Permalink
testmanage.py makemigrations --merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoul committed Sep 30, 2023
1 parent e2de395 commit 48b512c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions wagtail_localize/test/migrations/0023_merge_20220503_1838.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 3.2.5 on 2022-05-03 18:38

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
(
"wagtail_localize_test",
"0022_alter_testgeneratetranslatablefieldspage_test_streamfield_and_more",
),
("wagtail_localize_test", "0022_nontranslatablemodel"),
]

operations = []

0 comments on commit 48b512c

Please sign in to comment.