﻿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
2960	edit_inline regressed, no longer using custom templates	Yary	Adrian Holovaty	"See [http://groups.google.com/group/django-users/browse_thread/thread/8fcf5d375c281193/c77b6aac9a852507?lnk=gst&q=BoundRelatedObject&rnum=1#c77b6aac9a852507 this post to the usergroups].

I just ran into the same problem, and it took over an hour to track it down.

Seems that I could once sublcass BoundRelatedObject, and set edit_inline=MySubclass, and get custom behavior. Now seems that don't work no more.

Suggestion, change admin_modify.py 'EditInlineNode' to read, in part,
{{{
        if relation.field.rel.edit_inline == models.TABULAR: 
            bound_related_object_class = TabularBoundRelatedObject 
        elif relation.field.rel.edit_inline == models.STACKED: 
            bound_related_object_class = StackedBoundRelatedObject
        else: bound_related_object_class = relation.field.rel.edit_inline
}}}"	defect	closed	contrib.admin	0.95	normal	duplicate			Unreviewed	0	0	0	0	0	0
