2
0
Эх сурвалжийг харах

14799 dont cache report member names

Arthur 2 жил өмнө
parent
commit
6f9f1d9d43

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