﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26636	Example in QueryDict.update docs is wrong	Cole Maclean	nobody	"The example given in the docs for QueryDict.update [#point1 (1)] contains
{{{
>>> q = QueryDict('a=1', mutable=True)
>>> q.update({'a': '2'})
>>> q['a'] # returns the last
['2']
}}}

The actual return value of `q['a']` is `'2'`.


[=#point1 (1)]: https://docs.djangoproject.com/en/dev/ref/request-response/#django.http.QueryDict.update"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Unreviewed	1	0	0	0	0	0
