mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Fix setting name
This commit is contained in:
parent
0aa1a7dd6a
commit
e2a4c6668b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class ConstanceForm(forms.Form):
|
|||
def clean_version(self):
|
||||
value = self.cleaned_data['version']
|
||||
|
||||
if settings.CONSTANCE_IGNORE_ADMIN_VERSION_CHECK:
|
||||
if settings.IGNORE_ADMIN_VERSION_CHECK:
|
||||
return value
|
||||
|
||||
if value != self.initial['version']:
|
||||
|
|
|
|||
Loading…
Reference in a new issue