You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
976 B
32 lines
976 B
# Generated by Django 3.1.4 on 2020-12-08 18:48
|
|
|
|
from django.conf import settings
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('wagtailcore', '0059_apply_collection_ordering'),
|
|
('contenttypes', '0002_remove_content_type_name'),
|
|
('wagtailimages', '0022_uploadedimage'),
|
|
('wagtailforms', '0004_add_verbose_name_plural'),
|
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
('wagtailredirects', '0006_redirect_increase_max_length'),
|
|
('diskuze', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='BlogIndexPage',
|
|
new_name='DiskuzeIndexPage',
|
|
),
|
|
migrations.RenameModel(
|
|
old_name='BlogPage',
|
|
new_name='DiskuzePage',
|
|
),
|
|
migrations.RenameModel(
|
|
old_name='BlogPageGalleryImage',
|
|
new_name='DiskuzePageGalleryImage',
|
|
),
|
|
]
|
|
|