Django

Code

Ticket #5525: 5525.diff

File 5525.diff, 0.6 kB (added by anonymous, 1 year ago)

Fixed typo

  • docs/request_response.txt

    old new  
    190190That means you can't change attributes of ``request.POST`` and ``request.GET`` 
    191191directly. 
    192192 
    193 ``QueryDict`` implements the all standard dictionary methods, because it's a 
     193``QueryDict`` implements all the standard dictionary methods, because it's a 
    194194subclass of dictionary. Exceptions are outlined here: 
    195195 
    196196    * ``__getitem__(key)`` -- Returns the value for the given key. If the key