﻿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
13068	"The ""Add another [inline object]"" javascript doesn't respect prepopulated_fields settings"	hejsan	Sean Brant	"If I have an inline form with a prepopulated field, i.e:
[[BR]]
{{{
class SomethingInline(admin.TabularInline):
    model = Something
    prepopulated_fields = {'title_slug': ('title',)}
    extra = 2
}}}
Then the extra inlines added by the new javascript dont automatically populate the title_slug field when entering a title.

BTW: The alternating row colors also dissappear for me in firefox when I click ""Add another..""
"	Bug	closed	contrib.admin	1.7	Normal	fixed	prepopulated_field inline add	hr.bjarni+django@… brant.sean@… Gabriel Hurley rafael.capucho@…	Accepted	1	0	0	0	0	1
