Skip to content
Snippets Groups Projects
Commit 897139e3 authored by Martin Burchell's avatar Martin Burchell
Browse files

Shutup db_table 'constance_config' is used by multiple models

parent 24743257
No related branches found
No related tags found
2 merge requests!166Staging,!157Django 2.2 and Python 3 upgrade
......@@ -117,6 +117,7 @@ class CustomConstance(models.Model):
value = PickledObjectField()
class Meta:
managed = False
verbose_name = _('constance')
verbose_name_plural = _('constances')
db_table = 'constance_config'
......
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