From b48432201bae813027c045e412e28ba4c1806d92 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Thu, 7 Jun 2012 11:01:49 +0200 Subject: [PATCH] Fixed #18411 -- Clarified HttpRequest doc slightly. Thanks torkel.bjornson AT gmail.com for the report. --- docs/ref/request-response.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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