Ticket #18411: Ticket_18411.diff
File Ticket_18411.diff, 429 bytes (added by , 12 years ago) |
---|
-
docs/ref/request-response.txt
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index ae736b1..4201a83 100644
a b HttpRequest objects 28 28 Attributes 29 29 ---------- 30 30 31 All attributes except ``session`` should be considered read-only.31 All attributes except ``session`` and ``encoding`` should be considered read-only. 32 32 33 33 .. attribute:: HttpRequest.body 34 34