It appears that Schema.chained_validators are not executed in FormEncode-1.0. Looking at the code, _to_python does not use chained_validator except for validate_partial.
The attached patch puts back in the missing code from version 0.9 which worked.
Patch for running chained_validators in Schema._to_python (fixed)
Logged In: YES user_id=401996 Originator: YES
Fixed cut-and-paste error in original patch. File Added: formencode-1.0-chained_validators.patch
Logged In: YES user_id=210337 Originator: NO
Yikes, not sure how that happened. Applied in 3357, thanks.
Log in to post a comment.
Patch for running chained_validators in Schema._to_python (fixed)
Logged In: YES
user_id=401996
Originator: YES
Fixed cut-and-paste error in original patch.
File Added: formencode-1.0-chained_validators.patch
Logged In: YES
user_id=210337
Originator: NO
Yikes, not sure how that happened. Applied in 3357, thanks.