mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove custom save method
This commit is contained in:
parent
ee70e27f7d
commit
03e852f957
@ -165,11 +165,6 @@ class InvenTreeSetting(models.Model):
|
|||||||
verbose_name = "InvenTree Setting"
|
verbose_name = "InvenTree Setting"
|
||||||
verbose_name_plural = "InvenTree Settings"
|
verbose_name_plural = "InvenTree Settings"
|
||||||
|
|
||||||
def save(self, *args, **kwargs):
|
|
||||||
|
|
||||||
self.clean()
|
|
||||||
super().save(*args, **kwargs)
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_setting_name(cls, key):
|
def get_setting_name(cls, key):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user