# 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', ), ]