mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 12:38:17 -06:00
14799 dont cache module_scripts
This commit is contained in:
parent
04488ff7df
commit
df41defd8e
@ -108,7 +108,7 @@ class ScriptModule(PythonModuleMixin, JobsMixin, ManagedFile):
|
||||
def __str__(self):
|
||||
return self.python_name
|
||||
|
||||
@cached_property
|
||||
@property
|
||||
def module_scripts(self):
|
||||
|
||||
def _get_name(cls):
|
||||
|
Loading…
Reference in New Issue
Block a user