def _to_python(self, value, state):
     return ProposalStatus.find_by_id(int(value))
Exemple #2
0
 def _to_python(self, value, state):
     return ProposalStatus.find_by_id(int(value))