diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-11 09:47:52 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-11 09:47:52 +0000 |
| commit | 9864c9d8bf4db3f92a1cddf1ea598bb972948fc1 (patch) | |
| tree | f20ad72dc8fc66a20b6a2f4b6e7afc44c6feff1c /docs | |
| parent | df1f76ac02389434530b9bb5c4ced20999e23735 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/request_response.txt | 2 |
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 |
