Files
old-saburly-wagtail-web/contact/migrations/0003_rename_contactcontactpage_contactpage.py
2024-09-10 20:21:33 +02:00

19 lines
417 B
Python

# Generated by Django 5.0.8 on 2024-09-07 14:12
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('contact', '0002_contactcontactpage_delete_contactpage'),
('wagtailcore', '0094_alter_page_locale'),
]
operations = [
migrations.RenameModel(
old_name='ContactContactpage',
new_name='Contactpage',
),
]