Fix ContactMessage migration dependency
This commit is contained in:
@@ -9,16 +9,11 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('mandelstudio', '0003_locale_audit_models'),
|
('mandelstudio', '0003_locale_audit_models'),
|
||||||
('wagtailcore', '0097_contact_messages'),
|
('wagtailcore', '0001_initial'),
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AlterField(
|
|
||||||
model_name='localizedfootercontent',
|
|
||||||
name='id',
|
|
||||||
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'),
|
|
||||||
),
|
|
||||||
migrations.CreateModel(
|
migrations.CreateModel(
|
||||||
name='ContactMessage',
|
name='ContactMessage',
|
||||||
fields=[
|
fields=[
|
||||||
|
|||||||
Reference in New Issue
Block a user