Author: ianb
Date: 2007-11-20 10:52:04 -0700 (Tue, 20 Nov 2007)
New Revision: 3157

Modified:
   FormEncode/trunk/formencode/schema.py
Log:
added note on missing message

Modified: FormEncode/trunk/formencode/schema.py
===================================================================
--- FormEncode/trunk/formencode/schema.py       2007-11-20 17:09:48 UTC (rev 
3156)
+++ FormEncode/trunk/formencode/schema.py       2007-11-20 17:52:04 UTC (rev 
3157)
@@ -28,6 +28,11 @@
 
         class MySubSchema(MySchema):
             name = None
+
+    Note that missing fields are handled at the Schema level.  Missing
+    fields can have the 'missing' message set to specify the error
+    message, or if that does not exist the *schema* message
+    'missingValue' is used.
     """
 
     # These validators will be applied before this schema:


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to