Skip to content
Snippets Groups Projects
Commit f4d45ec1 authored by Julian's avatar Julian
Browse files

Remove manager on supervision substitution

parent c2c162b7
No related branches found
No related tags found
1 merge request!167Resolve "Fix migrations"
......@@ -305,7 +305,8 @@ class Migration(migrations.Migration):
"verbose_name_plural": "Supervision substitutions",
"ordering": ["date", "supervision"],
},
managers=[("objects", django.contrib.sites.managers.CurrentSiteManager()),],
managers=[
],
),
migrations.CreateModel(
name="SupervisionArea",
......
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