﻿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
18096	Overiding delete permissions in the Admin	anonymous	nobody	"The ModelAdmin delete permission is controlled by the get_delete_permission function which can be overridden by subclasses. However when actually deleting an object the permission checking is passed off to util.get_deleted_objects and then in format callback it does this. 

{{{
            p = '%s.%s' % (opts.app_label,
                           opts.get_delete_permission())
}}}

Which goes back to checking the permissions on the models meta class. Which makes whatever behavior you specified in get_delete_permission irrelevant."	Bug	closed	contrib.admin	1.4	Normal	fixed		Melvyn Sopacua Mohd Atif Reyaz Khan	Accepted	0	1	0	0	0	0
