﻿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
29459	Make Form data/files initialize with an empty MultiValueDict rather than dict	Sven R. Kunze	Andra Denis Ionescu	"You might have a look here:

https://github.com/django/django/blob/362813d6287925b8f63f/django/forms/forms.py#L78

None is converted to a regular dict but not to a QueryDict.

Methods of the form might rely on the API of a QueryDict such as 'iterlists' or 'getlist' which a regular dict doesn't provide."	Cleanup/optimization	closed	Forms	2.0	Normal	fixed	Form QueryDict	Herbert Fortes	Ready for checkin	1	0	0	0	0	1
