﻿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
23553	Incorrect LOCALE_PATHS settings doesn't raise any exception	Tomáš Ehrlich	nobody	"I had following line in settings:


{{{
LOCALE_PATHS = os.path.join(PROJECT_ROOT, 'locale')
}}}

which is invalid. LOCALE_PATHS must be list or tuple of paths, not string.

Runserver command doesn't raise any warning or error. System check doesn't find any issue. Still, runserver auto-reloading is broken with this settings and it's quiet difficult to spot this bug.

Compared with other similar settings:
- TEMPLATE_DIRS raises ImproperlyConfigured directly
- STATICFILES_DIRS raises ImproperlyConfigured with command collectstatic, runserver works fine (even with reloading)."	Bug	closed	Internationalization	1.7	Normal	duplicate			Unreviewed	0	0	0	0	0	0
