icook / yota

Flexible Python web forms with asynchronous validation
Other
33 stars 3 forks source link

Add a conversion step to happen before validation #97

Open icook opened 11 years ago

icook commented 11 years ago

This will convert the raw data from an input schema to python objects, and catch failures that will be raised as validation errors. For instance, creating datetime objects from strings.