﻿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
27175	Deprecate silencing exceptions raised while rendering the {% include %} template tag	Jon Dufresne	nobody	"Django developers discussion https://groups.google.com/d/topic/django-developers/hscW1VboJxY

As proposed and supported in the linked discussion, deprecate the silencing of exceptions while rending the `{% include %}` template tag.

As this silencing behavior only occurs when `template.debug=True`, it is difficult to rely on this as a ""feature"". Further, the behavior could silence actual bugs during development as well as lead to a different error reporting path when used in production. (e.g. Errors are reported through Django template logging instead of through Sentry.)"	Cleanup/optimization	closed	Template system	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
