﻿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
27313	Allow overriding the admin's popup response template on an app or model basis	Ustun Ozgur	Michael Scott	"In admin, popup response template ( admin/popup_response.html ) is project global, unlike change_form or change_list which can be overridden on an app or model basis.

Compare:

https://github.com/django/django/blob/12b9aa279f453f0a41c1153393b6211d8352302c/django/contrib/admin/options.py#L1105

to 

https://github.com/django/django/blob/master/django/contrib/admin/options.py#L1064-L1067

Seems like an easy change and I would like to submit a patch in case there is a particular reason (security?) this is not customizable.

popup_response.html was originally added by this ticket: https://code.djangoproject.com/ticket/19773"	Cleanup/optimization	closed	contrib.admin	1.10	Normal	fixed	admin popup templates		Accepted	1	0	0	0	1	0
