Esempio n. 1
0
 def _to_python(self, value, state):
     from adhocracy.model import Milestone
     try:
         return Milestone.find(value)
     except Exception:
         return None
Esempio n. 2
0
 def _to_python(self, value, state):
     from adhocracy.model import Milestone
     try:
         return Milestone.find(value)
     except Exception:
         return None