﻿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
29002	Documentation about cached template loader is inaccurate about DEBUG	oTree-org	nobody	"The documentation here: https://docs.djangoproject.com/en/2.0/ref/templates/api/#django.template.loaders.cached.Loader

It says about the cached template loader:


{{{
This loader is automatically enabled if DEBUG is False and OPTIONS['loaders'] isn’t specified.
}}}


Actually, it's not based on DEBUG per se, but rather the template engine's 'debug' option, which is acknowledged correctly elsewhere in the docs.

So, I would correct that text to:


{{{
This loader is automatically enabled if OPTIONS['loaders'] isn’t specified and the OPTIONS['debug'] is False (if not set, this option defaults to the value of DEBUG)
}}}
"	Bug	closed	Documentation	2.0	Normal	fixed			Ready for checkin	1	0	0	0	0	0
