colander v0.9.8 Release Notes

Release Date: 2012-04-27 // almost 12 years ago
    • False evaluating values are now serialized to colander.null for String, Date, and Time. This resolves the issue where a None value would be rendered as 'None' for String, and missing='None' was not possible for Date, Datetime, and Time. See https://github.com/Pylons/colander/pull/1 .

    • ⚡️ Updated Brazilian Portugese translations.

    • ⚡️ Updated Japanese translations.

    • ⚡️ Updated Russian translations.

    • 🛠 Fix documentation: 0.9.3 allowed explicitly passing None to DateTime to have no default timezone applied.

    • ➕ Add dev and docs setup.py aliases (e.g. python setup.py dev).