Added required_methods

This commit is contained in:
Armin Ronacher 2012-05-08 12:51:26 +01:00
parent 2053d04db0
commit dbfd406a21
3 changed files with 14 additions and 1 deletions

View file

@ -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
-------------