﻿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
12566	admin action templates cannot be overriden on a per-app basis	Ben Jackson	Tay Ray Chuan	"For example, if you want to customize the 'actions' dropdown menu you might think you could copy in `actions.html` and modify it.  However, it is rendered in `change_list.html` by calling the `admin_actions` templatetag.  Those templatetags use `register.inclusion_tag` which does not search for application- or model-specific versions of a template.

You can't even work around it by overriding callers like `change_list.html` without also overriding the templatetag (copying it and changing the template name)."	New feature	closed	contrib.admin	1.1	Normal	fixed			Accepted	1	0	0	1	0	0
