def to_python(self, value): try: return ObjectId(value) except InvalidId: raise ValidationError('invalid id')