Fixed #18411 -- Clarified HttpRequest doc slightly.

Thanks torkel.bjornson AT gmail.com for the report.
This commit is contained in:
Aymeric Augustin 2012-06-07 11:01:49 +02:00
parent 6fd1950a4e
commit b48432201b
1 changed files with 2 additions and 1 deletions

View File

@ -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