Fix ContactMessage migration dependency
This commit is contained in:
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user