summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 11:01:49 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 11:04:15 +0200
commitb48432201bae813027c045e412e28ba4c1806d92 (patch)
tree66cb8a0b244a684bcb2c3c88f7b0fd91e4bd12ea
parent6fd1950a4e29c1b5ed071a880db64103715ead51 (diff)
Fixed #18411 -- Clarified HttpRequest doc slightly.
Thanks torkel.bjornson AT gmail.com for the report.
-rw-r--r--docs/ref/request-response.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index ae736b1c75..d2b6f35b84 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -28,7 +28,8 @@ HttpRequest objects
Attributes
----------
-All attributes except ``session`` should be considered read-only.
+All attributes should be considered read-only, unless stated otherwise below.
+``session`` is a notable exception.
.. attribute:: HttpRequest.body