Skip to content
Snippets Groups Projects
Commit bed6c8fa authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Correctly reference the new app_name

parent a7054749
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,6 @@ class Migration(migrations.Migration): ...@@ -59,6 +59,6 @@ class Migration(migrations.Migration):
migrations.AddField( migrations.AddField(
model_name='formfield', model_name='formfield',
name='page', name='page',
field=modelcluster.fields.ParentalKey(on_delete=django.db.models.deletion.CASCADE, related_name='form_fields', to='forms.FormPage'), field=modelcluster.fields.ParentalKey(on_delete=django.db.models.deletion.CASCADE, related_name='form_fields', to='public_forms.FormPage'),
), ),
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment