mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master
This commit is contained in:
parent
163972eb61
commit
e06bbf8fc3
@ -449,7 +449,7 @@ a subclass of dictionary. Exceptions are outlined here:
|
|||||||
>>> q.getlist('a')
|
>>> q.getlist('a')
|
||||||
['1', '2']
|
['1', '2']
|
||||||
>>> q['a'] # returns the last
|
>>> q['a'] # returns the last
|
||||||
['2']
|
'2'
|
||||||
|
|
||||||
.. method:: QueryDict.items()
|
.. method:: QueryDict.items()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user