pony
pony copied to clipboard
Optional is not working.
I must set nullable=True for the Optional field. Otherwise, I cannot set its value to None.
Look at the code, Optional is just Attribute, which does not allow None value by its validate function.
pony version= 0.7.19
Hello. Are you talking about strings?