WTForms v2.0 Release Notes

Release Date: 2014-05-20 // almost 10 years ago
  • ๐Ÿš€ Released 2014-05-20

    • Add new class Meta paradigm for much more powerful customization of WTForms.
    • ๐Ÿšš Move i18n into core. Deprecate wtforms.ext.i18n.
    • ๐Ÿšš Move CSRF into core. Deprecate wtforms.ext.csrf.
    • Fix issue rendering SelectFields with value=True.
    • Make DecimalField able to use babel locale-based number formatting.
    • ๐Ÿ‘ Drop Python 3.2 support (Python3 support for 3.3+ only).
    • Passing attr=False to WTForms widgets causes the value to be ignored.
    • ๐Ÿšš Unique validator in wtforms.ext.sqlalchemy has been removed.