Ticket #18411: Ticket_18411.diff

File Ticket_18411.diff, 429 bytes (added by Thomas Westfeld, 12 years ago)

First draft of a fix

  • 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  
    2828Attributes
    2929----------
    3030
    31 All attributes except ``session`` should be considered read-only.
     31All attributes except ``session`` and ``encoding`` should be considered read-only.
    3232
    3333.. attribute:: HttpRequest.body
    3434
Back to Top