﻿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
15010	TemplateResponse: add current_app parameter for RequestContext	Chris Adams	Chris Adams	"#15008 converts admin to return TemplateResponse instances. [https://github.com/acdha/django/compare/master...admin-template-response.patch The patch] is complicated by the fact that we still have to create RequestContext instances manually to set current_app in many places. This branch / patch changes TemplateResponse to pass through the `current_app` value when creating a RequestContext instance dynamically:

https://github.com/acdha/django/compare/master...template-response-current_app
https://github.com/acdha/django/compare/master...template-response-current_app.patch

"		closed	Template system	dev		fixed	blocker		Accepted	1	1	0	1	0	0
