Fix reset cache lors d'un update settings
This commit is contained in:
parent
6899476868
commit
42f6144226
2 changed files with 2 additions and 3 deletions
|
@ -396,7 +396,6 @@ class SettingsForm(forms.ModelForm):
|
|||
raise ValidationError('Renseignez une durée')
|
||||
self.cleaned_data['value_decimal'] = None
|
||||
self.cleaned_data['value_account'] = None
|
||||
cache.delete(name)
|
||||
super(SettingsForm, self).clean()
|
||||
|
||||
class FilterHistoryForm(forms.Form):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue