forked from orbit-oss/flask
Added required_methods
This commit is contained in:
parent
2053d04db0
commit
dbfd406a21
3 changed files with 14 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -68,6 +68,8 @@ Relase date to be decided, codename to be chosen.
|
|||
longer arguments to the response object, they now have a defined meaning.
|
||||
- Added :attr:`flask.Flask.request_globals_class` to allow a specific class to
|
||||
be used on creation of the :data:`~flask.g` instance of each request.
|
||||
- Added `required_methods` attribute to view functions to force-add methods
|
||||
on registration.
|
||||
|
||||
Version 0.8.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue