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?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk

--
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to