mirror of
https://github.com/django/django.git
synced 2025-08-09 13:28:18 +00:00
[1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Backport of 6d9c5d46e6
from master
This commit is contained in:
parent
47da073cb0
commit
3a7f76a876
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ a subclass of dictionary. Exceptions are outlined here:
|
|||
>>> q.getlist('a')
|
||||
['1', '2']
|
||||
>>> q['a'] # returns the last
|
||||
['2']
|
||||
'2'
|
||||
|
||||
.. method:: QueryDict.items()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue