﻿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
957	A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects.	matt	xian	"I noticed this over the weekend and haven't had a chance to look at it much further.  Here's an example:

{{{
class InlineObject(meta.Model):
    name = meta.CharField(maxlength=200, core=True)
    slug = meta.SlugField(prepopulate_from=((""name""),), core=True)
    otherobj = meta.ForeignKey(Otherobj, edit_inline=meta.STACKED, num_in_admin=2)
}}}

In the admin for {{{Otherobj}}} the javascript slugification does not work for the {{{InlineObject}}}s."	defect	closed	contrib.admin	newforms-admin	normal	fixed	nfa-someday		Accepted	0	0	0	0	0	0
