﻿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
34030	add SystemCheckError for LocaleMiddleware	Maxim Danilov	Jay Patel	"From documentation:
To use LocaleMiddleware, add 'django.middleware.locale.LocaleMiddleware' to your MIDDLEWARE setting. 
It should come after SessionMiddleware. And it should come before CommonMiddleware

for AuthenticationMiddleware we have already this systemCheck admin.E410:

ERRORS: (admin.E410) 'django.contrib.sessions.middleware.SessionMiddleware' must be in MIDDLEWARE in order to use the admin application.                                                                            
        HINT: Insert 'django.contrib.sessions.middleware.SessionMiddleware' before 'django.contrib.auth.middleware.AuthenticationMiddleware'.

But we don't have those check for LocaleMiddleware "	New feature	closed	Core (Management commands)	4.0	Normal	wontfix	i18n, SystemCheck		Unreviewed	0	0	0	0	1	0
