docstrings should be manadtory
This commit is contained in:
parent
dbfe0d39ea
commit
84ea56a8f2
|
|
@ -49,6 +49,7 @@ class PluginConfig(models.Model):
|
|||
return name
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""override to set original state of"""
|
||||
super().__init__(*args, **kwargs)
|
||||
self.__org_active = self.active
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue