﻿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
10053	Incorrect pydoc in django.template.loaders.app_directories.load_template_source	kylev	nobody	"The pydoc for this code is misleading:

{{{
""""""
Wrapper for loading templates from ""template"" directories in INSTALLED_APPS
packages.
""""""
}}}

In fact, the code builds the template path thusly:

{{{
template_dir = os.path.join(os.path.dirname(mod.__file__), 'templates')
}}}

Please fix the pydoc to say ""templates/"" as it will reduce frustration a little when building self-contained apps.  It might also be useful to mention in tutorials that this functionality is in place by default, since it alleviates the need to fiddle with the project-wide TEMPLATE_DIRS setting."		closed	Documentation	1.0		fixed			Ready for checkin	0	0	0	0	0	0
