﻿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
2408	[patch] trans_null doesn't have get_language_from_request	James Bennett	hugo	"There are situations where one might want to have the `USE_I18N` setting `False`, but still take advantage of `LocaleMiddleware` to populate the `Content-Language` header of the response. Unfortunately, `LocaleMiddleware` wants to do `get_language_from_request` to figure out which translation to use, and `trans_null` in `django.utils.translation` doesn't provide a method by that name.

Adding a 'dummy' method which just spits back the default language code of the Django installation would fix this."	defect	closed	Translations		normal	fixed			Unreviewed	1	0	0	0	0	0
