WTForms v1.0.2 Release Notes

Release Date: 2012-08-24 // over 11 years ago
  • ๐Ÿš€ Released August 24, 2012

    • ๐Ÿ‘ We now support Python 2.x and 3.x on the same codebase, thanks to a lot of hard work by Vinay Sajip.

    • โž• Add in ability to convert relationships to ext.sqlalchemy model_form

    • Built-in localizations for more languages

    • Validator cleanup:

      • Distinguish Required validator into InputRequired and DataRequired
      • Better IP address validation, including IPv6 support.
      • AnyOf / NoneOf now work properly formatting other datatypes than strings.
      • Optional validator can optionally pass through whitespace.