﻿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
6938	[newforms-admin] Initial form data passed from request.GET isn't handled correctly by the admin	Matthias Pronk <django@…>	nobody	"The admin interface used to pass initial data from the URL to the forms, so calling for example:

/admin/auth/user/add/?username=foo

Would result in the ""username"" field to be prefilled with ""foo"".

This is broken in recent newforms-admin because the MultiValueDict (QueryDict) is used to extend an ordinary dict in django.newforms.forms.

The way to resolve this problem is to ""flatten"" the MultiValueDict to an ordinary dictionary, before passing it to the ModelForm.

Thanks to brosner on #django for the help! (basically fixing it ;)

"		closed	contrib.admin	newforms-admin		fixed	nfa, newforms, admin		Ready for checkin	1	0	0	0	0	0
