Added flask.views.View.decorators to automatically decorate class based views.

This commit is contained in:
Armin Ronacher 2011-08-25 22:09:48 +01:00
parent 8340d3c9f5
commit ef0f626f0a
3 changed files with 58 additions and 0 deletions

View file

@ -38,6 +38,8 @@ Relase date to be decided, codename to be chosen.
- Refactored test client internally. The ``APPLICATION_ROOT`` configuration
variable as well as ``SERVER_NAME`` are now properly used by the test client
as defaults.
- Added :attr:`flask.views.View.decorators` to support simpler decorating of
pluggable (class based) views.
Version 0.7.3
-------------