예제 #1
0
 def _to_python(self, value, state):
     from adhocracy.model import Milestone
     try:
         return Milestone.find(value)
     except Exception:
         return None
예제 #2
0
파일: common.py 프로젝트: whausen/part
 def _to_python(self, value, state):
     from adhocracy.model import Milestone
     try:
         return Milestone.find(value)
     except Exception:
         return None