-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/04/2011 06:46 AM, Chris Withers wrote: > I'm pretty sure this patch is correct: > > diff --git a/deform/field.py b/deform/field.py > index 2da070a..e0ae4c8 100644 > --- a/deform/field.py > +++ b/deform/field.py > @@ -454,7 +454,7 @@ class Field(object): > schema is returned. It will be a mapping. > > - If the fields cannot be successfully validated, a > - :exc:`colander.Invalid` exception is raised. > + :exc:`deform.exception.ValidationFailure` exception is raised. > > The typical usage of ``validate`` in the wild is often > something like this (at least in terms of code found within > > What's the best way to contribute micro-patches like this?
Fork, fix, push, and issue a pull request: simple ones like that can even be pulled TTW now. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3C8+AACgkQ+gerLs4ltQ78IQCePx/Z+gxosvjjeqfuq6YEaXaD /5wAoNlrbZldnaLSOw4Vv9tR1NW+fopA =GPSe -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.
