icook / yota

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

Split json_validate into a two function that can be called separately #86

Closed icook closed 11 years ago

icook commented 11 years ago

Its quite common to add errors or success information after a json_validation, and there is no good way to re-generate the json string. allowing them two be done in two function calls would be best.

icook commented 11 years ago

This was completed with the large refactor.