python-Flask-WTF/python-Flask-WTF.changes

37 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
Wed Mar 25 20:03:09 UTC 2015 - aboe76@gmail.com
- Updated to 0.11
- Use the new reCAPTCHA API via #164.
- Add configuration: WTF_CSRF_HEADERS via #159.
- Support customize hidden tags via #150.
- And many more bug fixes
-------------------------------------------------------------------
Wed Oct 22 21:02:16 UTC 2014 - aboe76@gmail.com
- Updated to 0.10.2
- Update translation for reCaptcha via #146.
- Update RECAPTCHA API SERVER URL via #145.
- Update requirement Werkzeug>=0.9.5
- Fix CsrfProtect exempt for blueprints via #143.
- Add configuration: WTF_CSRF_METHODS
- Support WTForms 2.0 now
- Fix csrf validation without time limit (time_limit=False)
- CSRF exempt supports blueprint #111.
-------------------------------------------------------------------
Wed Jul 2 19:24:48 UTC 2014 - aboe76@gmail.com
- Updated to 0.9.5
- Add configuration: WTF_CSRF_METHODS.
-------------------------------------------------------------------
Wed Feb 12 22:32:03 UTC 2014 - aboe76@gmail.com
- Initial Upload: Flask-WTF 0.8.4 Released 2013/12/20
- Bugfix for csrf module when form has a prefix
- Compatible support for wtforms2
- Remove file API for FileField