Ticket #5525: 5525.diff
File 5525.diff, 602 bytes (added by , 17 years ago) |
---|
-
docs/request_response.txt
190 190 That means you can't change attributes of ``request.POST`` and ``request.GET`` 191 191 directly. 192 192 193 ``QueryDict`` implements the allstandard dictionary methods, because it's a193 ``QueryDict`` implements all the standard dictionary methods, because it's a 194 194 subclass of dictionary. Exceptions are outlined here: 195 195 196 196 * ``__getitem__(key)`` -- Returns the value for the given key. If the key