diff --git a/mandelstudio/migrations/0004_contact_messages.py b/mandelstudio/migrations/0004_contact_messages.py index e848cf5..b6fe3f7 100644 --- a/mandelstudio/migrations/0004_contact_messages.py +++ b/mandelstudio/migrations/0004_contact_messages.py @@ -9,16 +9,11 @@ class Migration(migrations.Migration): dependencies = [ ('mandelstudio', '0003_locale_audit_models'), - ('wagtailcore', '0097_contact_messages'), + ('wagtailcore', '0001_initial'), migrations.swappable_dependency(settings.AUTH_USER_MODEL), ] operations = [ - migrations.AlterField( - model_name='localizedfootercontent', - name='id', - field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), - ), migrations.CreateModel( name='ContactMessage', fields=[