﻿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
11250	InlineModelAdmin with can_delete	tangc	nobody	"Let can_delete be configurable, such as:


{{{
    class NodeDetailInline(admin.TabularInline):
    model = NodeDetail
    extra = 3
    max_num = 3
    can_delete = False

}}}
"		closed	contrib.admin	dev		fixed	InlineModelAdmin,  can_delete		Accepted	1	0	0	0	0	0
