diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-04 03:58:00 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-04 03:58:00 -0400 |
| commit | b78effb723e5a6b2f3980dac7830f8932abd7890 (patch) | |
| tree | dd4bcabdab8db65e8b19fc21b4e9ac655c9a4cef /CHANGES.txt | |
| parent | 0fa1993d2abe87e197374f6abd3e45e62afb8a19 (diff) | |
| download | pyramid-b78effb723e5a6b2f3980dac7830f8932abd7890.tar.gz pyramid-b78effb723e5a6b2f3980dac7830f8932abd7890.tar.bz2 pyramid-b78effb723e5a6b2f3980dac7830f8932abd7890.zip | |
- New request attribute: ``json``. If the request's ``content_type`` is
``application/json``, this attribute will contain the JSON-decoded
variant of the request body. If the request's ``content_type`` is not
``application/json``, this attribute will be ``None``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 67163d3e7..0eb02baad 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,11 @@ Next release Features -------- +- New request attribute: ``json``. If the request's ``content_type`` is + ``application/json``, this attribute will contain the JSON-decoded + variant of the request body. If the request's ``content_type`` is not + ``application/json``, this attribute will be ``None``. + - A new value ``http_cache`` can be used as a view configuration parameter. |
