﻿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
9264	ModelAdmin: multipe items in prepopulated_fields breaks the auto-fillin	pickelman@…	nobody	"In an admin.ModelAdmin class, this will pre-populate the 'slug' field on-the-fly in the admin:

prepopulated_fields = { 'slug': ('name',) }

However this will cause neither to be pre-populated on-the-fly:

prepopulated_fields = { 'slug': ('name',), 'another_slug': ('name2',) }

"		closed	contrib.admin	dev		fixed		dgouldin@…	Ready for checkin	1	0	0	0	0	0
