Explorar o código

14799 dont cache report member names

Arthur %!s(int64=2) %!d(string=hai) anos
pai
achega
6f9f1d9d43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/extras/models/reports.py

+ 1 - 1
netbox/extras/models/reports.py

@@ -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):