﻿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
23898	django.contrib.admin.actions.delete_selected missing admin_site.each_context	Redouane Zait	nobody	"Hello,
in django's delete_selected action (django.contrib.admin.actions.delete_selected)
the templates are rendered without admin_site's each_context, and thus
it always renders the default values for admin_site.each_context() key attributes (site_title, site_header, site_url)
So if you override/use custom values for site_title, site_header, site_url they will not be used on the delete_selected action view.
 "	Bug	closed	contrib.admin	dev	Normal	fixed	delete_selected action, each_context, site_title, site_header, site_url		Ready for checkin	1	0	0	0	1	0
