Share

FormEncode for Python

Tracker: Bugs

5 chained_validators don't run in 1.0 - ID: 1925164
Last Update: Comment added ( ianbicking )

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.


Petter Urkedal ( petter_urkedal ) - 2008-03-25 13:29

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2008-03-26 03:17
Sender: ianbickingProject Admin


Yikes, not sure how that happened. Applied in 3357, thanks.


Date: 2008-03-25 14:37
Sender: petter_urkedal


Fixed cut-and-paste error in original patch.
File Added: formencode-1.0-chained_validators.patch


Log in to comment.

Attached File ( 1 )

Filename Description Download
formencode-1.0-chained_validators.patch Patch for running chained_validators in Schema._to_python (fixed) Download

Changes ( 6 )

Field Old Value Date By
status_id Open 2008-03-26 03:17 ianbicking
resolution_id None 2008-03-26 03:17 ianbicking
close_date - 2008-03-26 03:17 ianbicking
File Deleted 271761: 2008-03-25 14:37 petter_urkedal
File Added 271779: formencode-1.0-chained_validators.patch 2008-03-25 14:37 petter_urkedal
File Added 271761: formencode-1.0-chained_validators.patch 2008-03-25 13:30 petter_urkedal