1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

14799 dont cache report member names

This commit is contained in:
Arthur
2024-03-14 13:50:38 -07:00
committed by Jeremy Stretch
parent 35e20d156d
commit 6f9f1d9d43

View File

@@ -52,7 +52,7 @@ class ReportModule(PythonModuleMixin, JobsMixin, ManagedFile):
def __str__(self):
return self.python_name
@cached_property
@property
def reports(self):
def _get_name(cls):