colander v0.9.2 Release Notes

Release Date: 2011-03-28 // about 13 years ago
    • โž• Added Polish translation, thanks to Jedrzej Nowak.

    • ๐Ÿšš Moved to Pylons Project GitHub (https://github.com/Pylons/colander).

    • โž• Add tox.ini for testing purposes.

    • ๐Ÿ†• New API: colander.required. Used as the marker value when a missing argument is left unspecified.

    • ๐Ÿ› Bug fix: if a title argument which is the empty string or None is passed explicitly to a SchemaNode, it is no longer replaced by a title computed from the name.

    • Add SchemaNode.contains to support "name in schema".

    • SchemaNode deserialization now unconditionally calls the schema type's deserialize method to obtain an appstruct before attempting to validate. Third party schema types should now return colander.null if passed a colander.null value or another logically "empty" value as a cstruct during deserialize.