2014-08-13 12:21:06 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-flask-wtf to 0.10.0.
Version 0.10.0
--------------
Released 2014/07/16
- Add configuration: WTF_CSRF_METHODS
- Support WTForms 2.0 now
- Fix csrf validation without time limit (time_limit=False)
- CSRF exempt supports blueprint `#111`_.
.. _`#111`: https://github.com/lepture/flask-wtf/issues/111
|
2014-04-03 10:49:48 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-flask-wtf to 0.9.5.
Version 0.9.5
-------------
Released 2014/03/21
- ``csrf_token`` for all template types `#112`_.
- Make FileRequired a subclass of InputRequired `#108`_.
|
2014-01-27 19:41:15 by Thomas Klausner | Files touched by this commit (72) |
Log message:
Do not set FETCH_USING, should not be set in a package Makefile.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2014-01-12 10:45:25 by Thomas Klausner | Files touched by this commit (12) |
Log message:
PYTHON_VERSIONS_INCOMPATIBLE cleanup.
|
2014-01-10 03:21:53 by Blue Rats | Files touched by this commit (2) |
Log message:
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-01 18:51:49 by Klaus Klein | Files touched by this commit (2) |
Log message:
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
|
2013-10-27 22:55:23 by Klaus Klein | Files touched by this commit (4) |
Log message:
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-08-04 16:58:42 by Klaus Klein | Files touched by this commit (3) |
Log message:
Fix and enable Python 3.3.
|
2013-07-09 20:22:12 by Klaus Klein | Files touched by this commit (2) |
Log message:
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.
|