Added request.get_json().

This commit is contained in:
Armin Ronacher 2013-06-12 16:27:48 +01:00
parent 335cbe01ce
commit 964174931d
3 changed files with 64 additions and 16 deletions

View file

@ -77,6 +77,8 @@ Release date to be decided.
- Added `appcontext_pushed` and `appcontext_popped` signals.
- The builtin run method now takes the ``SERVER_NAME`` into account when
picking the default port to run on.
- Added `flask.request.get_json()` as a replacement for the old
`flask.request.json` property.
Version 0.9
-----------