﻿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
12493	settings.configure silently allows TEMPLATE_DIRS configuration error	mckoss	Gary Wilson	"    settings.configure(TEMPLATE_DIRS=""/path/to/a/single/dir"")

Result:
    Silently accepted, even though the code is expecting an array of path strings.

Expect:
   Either a) generate an error message when invalid settings are set, or b) allow this setting to be either a single directory OR a sequence
   of directories.

Note that configuration errors like this can be very painful to track down - as the site of the error is quite far from the results (in this case, the template system is unable to find the file ... but there is no indication as to why that is the case w/o debugging the Django sources - which is what I did finally to figure out my mistake)."	Cleanup/optimization	closed	Core (Other)	1.1	Normal	fixed	settings, templates		Accepted	0	0	0	0	0	0
