Initial commit
This commit is contained in:
12
env/lib/python3.10/site-packages/wagtail/migrations/0028_merge.py
vendored
Normal file
12
env/lib/python3.10/site-packages/wagtail/migrations/0028_merge.py
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Generated by Django 1.9.1 on 2016-02-03 13:50
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("wagtailcore", "0024_alter_page_content_type_on_delete_behaviour"),
|
||||
("wagtailcore", "0027_fix_collection_path_collation"),
|
||||
]
|
||||
|
||||
operations = []
|
||||
Reference in New Issue
Block a user