Esempio n. 1
0
 def history(self):
     """
     Return history.
     """
     if not hasattr(self, '_history'):
         self._history = get_specific_history(
             [AreaConfiguration],
             self.area(),
         )
     return self._history
 def history(self):
     """
     Return history.
     """
     if not hasattr(self, '_history'):
         self._history = get_specific_history(
             WBCONFIGURATION_MODELS,
             self.area(),
         )
     return self._history