Releases: pallets-eco/flask-wtf
Releases · pallets-eco/flask-wtf
v1.2.2
- Move the project to the pallets-eco organization. #602
- Stop support for Python 3.8. Start support for Python 3.13. #603
v1.2.1
- Fix a bug introduced with #556 where file validators were editing
the file fields content. #578
v1.2.0
- Add field
MultipleFileField
. FileRequired
, FileAllowed
, FileSize
now can be used to validate multiple files #556 #338
v1.1.2
- Fixed Flask 2.3 deprecations of
werkzeug.urls.url_encode
and
flask.Markup
#565 #561
- Stop support for python 3.7 #574
- Use
pyproject.toml
instead of setup.cfg
#576
- Fixed nested blueprint CSRF exemption #572
v1.1.1
Released 2023-01-17
- Fixed
validate
extra_validators
parameter. #548
v1.1.0
Released 2023-01-15
- Drop support for Python 3.6.
validate_on_submit
takes a extra_validators
parameters #479
- Stop supporting Flask-Babelex #540
- Support for python 3.11 #542
- Remove unused call to
JSONEncoder
#536
v1.0.1
This release fixes compatibility with Werkzeug 2.1.