mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
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…
x
Reference in New Issue
Block a user