﻿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
11949	delete_selected action incorrectly uses AdminSite.delete_confirmation_template	Ben Davis	Ben Davis	"I believe this was just an oversight on the original developer's part.   In django.contrib.admin.actions, in delete_selected, it was using AdminSite.delete_confirmation_template,  which is actually not the right template.  If someone was to override AdminSite.delete_confirmation_template,  the delete_selected action would no longer work.  

I've attached a simple patch that fixes this problem, and adds support for overriding delete_selected_confirmation_template."		closed	contrib.admin	1.1		fixed	delete selected override template		Accepted	1	0	0	0	0	0
