mirror of https://github.com/django/django.git
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:
parent
df1f76ac02
commit
9864c9d8bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue