﻿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
1092	[patch] Fix set fields defaults in admin forms on adding from GET params	plisk	Adrian Holovaty	Because of request.GET is an QueryDict object it returns list even for param with only 1 value, like if you pass to your add form ...my_object/add/?name=Foo you'll see ['Foo'] in the Name field. This patch fixes this behaviour to correctly set fields defaults so Foo is Foo, not ['Foo'] on the forms. Preselect of fields with ForeignKey should also start to work.	defect	closed	contrib.admin		normal	fixed			Unreviewed	1	0	0	0	0	0
