Deprecate silencing exceptions raised while rendering the {% include %} template tag
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.)
Change History
(6)
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
PR