﻿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
29489	Shell and default language preference	Peyman Karimi	nobody	"When we run the django shell (./manage.py shell), the default language code (settings.LANGUAGE_CODE) is not activated by default (settings.USE_I18N is set to True) and user has to activate it manually by performing something like this:

{{{
from django.conf import settings
from django.utils import translation; translation.activate(settings.LANGUAGE_CODE)
}}}

"	Bug	closed	Internationalization	2.0	Normal	duplicate	shell, LANGUAGE_CODE, USE_I18N		Unreviewed	0	0	0	0	0	0
