forked from orbit-oss/flask
Added flask.views.View.decorators to automatically decorate class based views.
This commit is contained in:
parent
8340d3c9f5
commit
ef0f626f0a
3 changed files with 58 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue