Commit graph

9 commits

Author SHA1 Message Date
wiz
276a0199f5 PYTHON_VERSIONS_INCOMPATIBLE cleanup. 2014-01-12 09:45:24 +00:00
rodent
64d54b6a46 Set py-wtforms acceptable dependency versions based on documentation. Added
options framework to allow user to run the unit tests during the build.
Requires py-nose and py-flask-babel, but is disabled by default.
2014-01-10 02:21:53 +00:00
kleink
aa52d00f3f Update py-flask-wtf to 0.9.4.
Version 0.9.4
-------------

Released 2013/12/20

- Bugfix for csrf module when form has a prefix
- Compatible support for wtforms2
- Remove file API for FileField
2014-01-01 17:51:49 +00:00
kleink
6fb96f50fa Update py-flask-wtf to 0.9.3.
(No changelog for 0.9.3 supplied, but includes maintainer change.)

Version 0.9.2
-------------

Released 2013/9/11

- Upgrade wtforms to 1.0.5.
- No lazy string for i18n `#77`_.
- No DateInput widget in html5 `#81`_.
- PUT and PATCH for CSRF `#86`_.

.. _`#77`: https://github.com/lepture/flask-wtf/issues/77
.. _`#81`: https://github.com/lepture/flask-wtf/issues/81
.. _`#86`: https://github.com/lepture/flask-wtf/issues/86


Version 0.9.1
-------------

Released 2013/8/21

This is a patch version for backward compitable for Flask<0.10 `#82`_.

.. _`#82`: https://github.com/lepture/flask-wtf/issues/82

Version 0.9.0
-------------

Released 2013/8/15

- Add i18n support (issue #65)
- Use default html5 widgets and fields provided by wtforms
- Python 3.3+ support
- Redesign form, replace SessionSecureForm
- CSRF protection solution
- Drop wtforms imports
- Fix recaptcha i18n support
- Fix recaptcha validator for python 3
- More test cases, it's 90%+ coverage now
- Redesign documentation
2013-10-27 21:55:23 +00:00
kleink
c5fb31fd6f Fix and enable Python 3.3. 2013-08-04 14:58:42 +00:00
kleink
1b7a813f4b Update py-flask-wtf to 0.8.4.
Version 0.8.4
-------------

Released 2013/3/28

- Recaptcha Validator now returns provided message (issue #66)
- Minor doc fixes
- Fixed issue with tests barking because of nose/multiprocessing issue.
2013-07-09 18:22:12 +00:00
kleink
7a98bc6579 Update py-flask-wtf to 0.8.3.
Version 0.8.3
Released 2013/3/13

* Update documentation to indicate pending deprecation of WTForms
  namespace facade
* PEP8 fixes (issue #64)
* Fix Recaptcha widget (issue #49)
2013-03-14 19:00:57 +00:00
kleink
95e8c2ffb9 Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.
2013-01-09 19:02:42 +00:00
kleink
26feedce71 Import Flask-WTF-0.8.2 as www/py-flask-wtf.
Simple integration of Flask and WTForms, including CSRF, file upload
and Recaptcha integration.
2013-01-07 21:51:10 +00:00