1
0
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:
Aymeric Augustin 2012-06-07 11:01:49 +02:00
parent 6fd1950a4e
commit b48432201b

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