From 9864c9d8bf4db3f92a1cddf1ea598bb972948fc1 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 11 Aug 2007 09:47:52 +0000 Subject: [PATCH] Added "new in development version" annotation to HttpRequest.encoding documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5846 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/request_response.txt | 2 ++ 1 file changed, 2 insertions(+) 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