﻿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
24813	Document that {% include %} suppresses errors when DEBUG=False	Pratyush Mittal	andrei kulakov	"It seems that the `TemplateDoesNotExist` error is not raised in Django 1.8 tests. Adding `{% include ""MissingTemplate.html"" %}` in templates will pass the tests without an error, though it will raise an error on manual browsing.

Demo Code: https://github.com/pratyushmittal/DummyProject

I have provided an example testcase above. In the DummyProject, running `python manage.py test` should pass the tests, while `python manage.py runserver` and opening `127.0.0.1:8000` should raise a `TemplateDoesNotExist` error.
"	Cleanup/optimization	closed	Documentation	1.8	Normal	fixed			Ready for checkin	1	0	0	0	0	0
