summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/request_response.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt
index 25d24d752b..867464226a 100644
--- a/docs/request_response.txt
+++ b/docs/request_response.txt
@@ -39,6 +39,8 @@ All attributes except ``session`` should be considered read-only.
do_something_else()
``encoding``
+ **New in Django development version**
+
A string representing the current encoding used to decode form submission
data (or ``None``, which means the ``DEFAULT_CHARSET`` setting is used).
You can write to this attribute to change the encoding used when accessing