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
This commit is contained in:
Malcolm Tredinnick 2007-08-11 09:47:52 +00:00
parent df1f76ac02
commit 9864c9d8bf
1 changed files with 2 additions and 0 deletions

View File

@ -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