Fixed #18411 -- Clarified HttpRequest doc slightly.
Thanks torkel.bjornson AT gmail.com for the report.
This commit is contained in:
parent
6fd1950a4e
commit
b48432201b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue