﻿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
7024	ModelForm initial value is handled wrong	Martín Conte Mac Donell <Reflejo@…>	nobody	"When add_view is called with some initial value (when request.GET isn't null); add_view is instancing !ModelForm with initial=request.GET which is wrong since values of !QueryDict are list.

Actually !BaseForm is trying to find something like '''[u'value']''' in DB.

I think it should be a dictionary instead. (see patch below)"		closed	contrib.admin	newforms-admin		duplicate	initial		Unreviewed	0	0	0	0	0	0
