colander v0.9.3 Release Notes

Release Date: 2011-06-23 // almost 13 years ago
    • โž• Add Time type.

    • โž• Add Dutch translation.

    • ๐Ÿ›  Fix documentation: 0.9.2 requires deserialize of types to explicitly deal with the potential to receive colander.null.

    • ๐Ÿ‘€ Use default_tzinfo when deserializing naive datetimes. See https://github.com/Pylons/colander/pull/5

    • ๐Ÿ‘ Allow default_tzinfo to be None when creating a colander.DateTime. See https://github.com/Pylons/colander/pull/6

    • โž• Add the ability to insert a colander.interfaces.Preparer between deserialization and validation. See the Preparing section in the documentation.