- Docstring fixes to `colander.SchemaNode
(
missing
` is not the
``null`` value when required, it's a special marker value).
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Next release
|
||||||
|
------------
|
||||||
|
|
||||||
|
- Docstring fixes to ``colander.SchemaNode`` (``missing`` is not the
|
||||||
|
``null`` value when required, it's a special marker value).
|
||||||
|
|
||||||
0.7.3 (2010/09/02)
|
0.7.3 (2010/09/02)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@@ -1151,8 +1151,8 @@ class SchemaNode(object):
|
|||||||
Default: :attr:`colander.null`.
|
Default: :attr:`colander.null`.
|
||||||
|
|
||||||
- ``missing``: The default deserialization value for this node.
|
- ``missing``: The default deserialization value for this node.
|
||||||
If it is not provided, the missing value of this node will be
|
If it is not provided, the missing value of this node will be a
|
||||||
:attr:`colander.null`, indicating that it is considered
|
special marker value, indicating that it is considered
|
||||||
'required' (the ``required`` computed attribute will be
|
'required' (the ``required`` computed attribute will be
|
||||||
``True``).
|
``True``).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user