specify during deserialization

This commit is contained in:
Chris McDonough
2013-03-19 17:25:45 -07:00
parent 5b9c9ff56a
commit e05925d4f7

View File

@@ -141,5 +141,7 @@ Schema-Related
Represents a required value in colander-related operations.
.. attribute:: drop
Represents a value that will be dropped from the schema if it is missing. Passed
ass a value to the `missing` keyword argument.
Represents a value that will be dropped from the schema if it is missing
during *deserialization*. Passed as a value to the `missing` keyword
argument.