def get(self, issue): issue = Issue.get(issue) return success(issue)
def to_python(self, value): return Issue.get(value)