WTForms v2.3.1 Release Notes

Release Date: 2020-04-22 // about 4 years ago
  • ๐Ÿš€ Released 2020-04-22

    • ๐Ÿ—„ All modules in wtforms.ext show a deprecation warning on import. They will be removed in version 3.0.
    • ๐Ÿ›  Fixed a bug when :class:~fields.SelectField choices is None. :issue:572, 585
    • โช Restored HTMLString and escape_html as aliases for MarkupSafe functions. Their use shows a DeprecationWarning. :issue:581, :pr:583
    • Form.validate takes an extra_validators parameter, mapping field names to lists of extra validator functions. This matches BaseForm.validate. :pr:584
    • โšก๏ธ Update locale catalogs.