コード例 #1
0
ファイル: views.py プロジェクト: lizardsystem/lizard-esf
 def history(self):
     """
     Return history.
     """
     if not hasattr(self, '_history'):
         self._history = get_specific_history(
             [AreaConfiguration],
             self.area(),
         )
     return self._history
コード例 #2
0
 def history(self):
     """
     Return history.
     """
     if not hasattr(self, '_history'):
         self._history = get_specific_history(
             WBCONFIGURATION_MODELS,
             self.area(),
         )
     return self._history