Added after_this_request decorator.

This commit is contained in:
Armin Ronacher 2012-05-08 13:14:32 +01:00
parent dbfd406a21
commit 086348e2f2
6 changed files with 51 additions and 2 deletions

View file

@ -70,6 +70,7 @@ Relase date to be decided, codename to be chosen.
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.
- Added :func:`flask.after_this_request`.
Version 0.8.1
-------------