﻿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
18948	setting DEBUG to False change behavior of i18n	lanyjie	nobody	"I pretty much followed the i18n tutorial setup:
{{{
urlpatterns += i18n_patterns('', url(r'', include(my_urls))
}}}
and when settings.DEBUG = True, if visit 
{{{
http://my.web.site/
}}}
the server will first send out a http/1.1 302 response, then the browser would immediately send a new request of something like:
{{{
http://my.web.site/en/
}}}
depending on the default language of the browser, which is the expected behavior. But when I set DEBUG=False, the server would then directly send out a 500 response, which seems just wrong."	Bug	closed	Translations	1.4	Normal	worksforme	i18n integration		Unreviewed	0	0	0	0	0	0
