Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas Guttler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6306400102
commit
24588afe6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue