summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/unicode.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/unicode.txt b/docs/unicode.txt
index e0d7ab94e1..1ab255970c 100644
--- a/docs/unicode.txt
+++ b/docs/unicode.txt
@@ -345,9 +345,7 @@ client.
By default, the ``DEFAULT_CHARSET`` setting is used as the assumed encoding
for form data. If you need to change this for a particular form, you can set
-the ``encoding`` attribute on the ``GET`` and ``POST`` data structures. For
-convenience, changing the ``encoding`` property on an ``HttpRequest`` instance
-does this for you. For example::
+the ``encoding`` attribute on an ``HttpRequest`` instance. For example::
def some_view(request):
# We know that the data must be encoded as KOI8-R (for some reason).