﻿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
3539	LANGUAGE_CODE settings are ignored	joerg@…	nobody	"When using Django with runfcgi the language settings (settings.LANGUAGE_CODE) are get overriden.

Initially the correct files are loaded, but afterwards reset to en-us. This does not happen with runserver.

The culprit seems to be django.core.management.execute_from_command_line, which forcefully sets the language for most actions.
Commenting the call to translation.active out results in the expected behaviour."		closed	Core (Other)	0.95		fixed			Accepted	0	0	0	0	0	0
