summaryrefslogtreecommitdiff
path: root/docs/request_response.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-10-08 16:10:39 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-10-08 16:10:39 +0000
commit7ebf3068c16d29c0288a317dac45166a8bc4c23c (patch)
tree537b7f487e515d6870e6a61f41588b3d351256f2 /docs/request_response.txt
parent94c320d8a982ce30f6dd4e7556f2696229b761c7 (diff)
queryset-refactor: Merged changed from trunk up to [6463].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/request_response.txt')
-rw-r--r--docs/request_response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt
index bf914fb5ff..7806886841 100644
--- a/docs/request_response.txt
+++ b/docs/request_response.txt
@@ -190,7 +190,7 @@ necessary because some HTML form elements, notably
That means you can't change attributes of ``request.POST`` and ``request.GET``
directly.
-``QueryDict`` implements the all standard dictionary methods, because it's a
+``QueryDict`` implements all the standard dictionary methods, because it's a
subclass of dictionary. Exceptions are outlined here:
* ``__getitem__(key)`` -- Returns the value for the given key. If the key