﻿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
26240	docs about cached.Loader thread safety unclear	TZanke	nobody	"Hello,

in the documentation about the cached template loader, a warning box informs about thread safety concerns with template tags if using the cached template loader.
https://docs.djangoproject.com/en/1.9/ref/templates/api/#django.template.loaders.cached.Loader

After locking into the code of the loader i could not find anything related to multi thread template loading or anything like that.
https://github.com/django/django/blob/master/django/template/loaders/cached.py

So i think the cached loader is safe in a non-multi thread Django setup. The warning in the documentation is only relevant for multi thread setups of Django.

My recommendation:

Update the cached loader warning in the documentation to make clear, this only applies to multi thread Django setups."	Uncategorized	closed	Documentation	1.9	Normal	worksforme			Unreviewed	0	0	0	0	0	0
