﻿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
26253	Deprecation for TemplateResponse and SimpleTemplateResponse accepting django.template.Template is broken	David Reitter	Tim Graham	"When `TemplateResponse` or `SimpleTemplateResponse` are called, a TypeError is thrown.

This is because their `__init__() creates a `BackendTemplate` giving only one argument to the constructor.

The resulting error is obviously confusing and obfuscates the warning.

The attached patch addresses the issue, although I am unsure whether one should assume, by default, that a DjangoTemplate was given."	Bug	closed	Template system	1.8	Release blocker	fixed			Ready for checkin	1	0	0	0	1	0
