Overview
Request 1129045 accepted
- Update to 1.2.1:
* Fix a bug introduced with #556 in 1.2.0 where file validators
were editing the file fields content.
- Update to 1.2.0:
* Add field MultipleFileField. FileRequired, FileAllowed,
FileSize now can be used to validate multiple files
- Update to 1.1.2:
* Fixed Flask 2.3 deprecations of werkzeug.urls.url_encode and
flask.Markup
* Stop support for python 3.7
* Use pyproject.toml instead of setup.cfg
* Fixed nested blueprint CSRF exemption
- Drop patch already included upstream:
* flask-2.3-support.patch
Request History
alarrosa created request
- Update to 1.2.1:
* Fix a bug introduced with #556 in 1.2.0 where file validators
were editing the file fields content.
- Update to 1.2.0:
* Add field MultipleFileField. FileRequired, FileAllowed,
FileSize now can be used to validate multiple files
- Update to 1.1.2:
* Fixed Flask 2.3 deprecations of werkzeug.urls.url_encode and
flask.Markup
* Stop support for python 3.7
* Use pyproject.toml instead of setup.cfg
* Fixed nested blueprint CSRF exemption
- Drop patch already included upstream:
* flask-2.3-support.patch
mcalabkova accepted request
ok