﻿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
12375	updating QueryDict in another dict gives unexpected results.	Harro	Tomek Paczkowski	"I noticed a small ""bug"" in the QueryDict.

When I have an existing dict and want to add the get or postdata to it using my_dict.update(request.POST).
This results in a dict with all the values as lists. I can understand why the QueryDict might work that way, the same key could have multiple values. Except that the QueryDict
does some magic that when you iterate over it it returns the first item in the list.

This limitation should be documented, and maybe a function should be added to the QueryDict to turn it into a normal dict.
"	Bug	closed	HTTP handling	1.1	Normal	fixed	QueryDict, dceu2011	hvdklauw@…	Ready for checkin	1	0	0	0	0	0
