﻿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
19482	django.contrib.localflavor in INSTALLED_APPS raises DeprecationWarning	Andreas Pelme	nobody	"The documentation states that ""If you want localflavor's texts to be translated, like form fields error messages, you must include django.contrib.localflavor in the INSTALLED_APPS setting, ..."".

Adding django.contrib.localflavor to INSTALLED_APPS will make that module automatically imported, which will raise a deprecation warning.

The deprecation warning located in django/contrib/localflavor/__init__.py should probably be moved to django/contrib/localflavor/XX/__init__.py. That would make the deprecation warning appear when there is some actual code that is imported.
"	Bug	closed	Documentation	1.5-beta-1	Release blocker	fixed	localflavor	charette.s@…	Accepted	0	0	0	0	0	0
