﻿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
25373	Add logging for {% include %} exceptions when template.debug = False	Nick Johnson	Nick Johnson	"Exceptions raised from ModelAdmin fields during the rendering of the admin detail view for a model are silently caught and there's no simple way to log them without putting the template renderer in debug mode. 

As a fix I'd like the ability to log these exceptions via the normal logging facilities, something akin to [https://github.com/django/django/commit/dc5b01ad05e50ccde688c73c2ed3334a956076b0#diff-43474443052641e2941ca9fd04138c6bR124 this change]:

The problematic exception catching line is [https://github.com/django/django/blob/master/django/template/loader_tags.py#L207 here]

[https://github.com/limnick/djangoadminexception_testcase example with reproduction steps]"	New feature	closed	Template system	dev	Normal	fixed			Accepted	1	0	0	0	0	0
