Is there a way to specify that None(empty, not present) is valid ?
Something equivalent to :

if my_string is None or my_string=="": v = None
else: v = validator.to_python(my_string)

Reply via email to