summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2019-01-05 13:01:37 -0600
committerGitHub <noreply@github.com>2019-01-05 13:01:37 -0600
commitc02f228b554d636d475ad1f34945fd91e4b1bfdf (patch)
tree0a34a7546d4f830f90322a9862f0b54ff0d55ffd /docs/api/request.rst
parentd00d868881e2f5260170b48deacc57a8c21f1392 (diff)
parent6de6df2a4227958006fc567256d03feb2da43742 (diff)
downloadpyramid-c02f228b554d636d475ad1f34945fd91e4b1bfdf.tar.gz
pyramid-c02f228b554d636d475ad1f34945fd91e4b1bfdf.tar.bz2
pyramid-c02f228b554d636d475ad1f34945fd91e4b1bfdf.zip
Merge pull request #3447 from mmerickel/drop-json-shim
stop overriding request.json_body from webob
Diffstat (limited to 'docs/api/request.rst')
-rw-r--r--docs/api/request.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index 50a34884b..e7b2edc9a 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -283,17 +283,6 @@
.. automethod:: resource_path
- .. attribute:: json_body
-
- This property will return the JSON-decoded variant of the request
- body. If the request body is not well-formed JSON, or there is no
- body associated with this request, this property will raise an
- exception.
-
- .. seealso::
-
- See also :ref:`request_json_body`.
-
.. method:: set_property(callable, name=None, reify=False)
Add a callable or a property descriptor to the request instance.