﻿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
31495	Documentation issue: The Django admin L10N behavior described in tutorial02 does not match the actual context	ynyyn	Omkar Kulkarni	"The tutorial is really great and comprehensive, and I followed it step by step from start to here,
https://docs.djangoproject.com/en/3.0/intro/tutorial02/#start-the-development-server

In ''start-the-development-server'' section, it is said:

> Since translation is turned on by default, the (admin) login screen may be displayed in your own language, depending on your browser’s settings and if Django has a translation for this language.


My locale language is not English, but the Django Admin did not recognize this thing, and still displayed in English instead of my preferred language, which is not consistent with what the tutorial said. 

It seems that automatic localization with user language preference needs middleware 'django.middleware.locale.LocaleMiddleware', but neither the new project template nor the tutorial has configured or mentioned it before.

This mismatch behavior made me confused for a little while. It might be better to make a revision about it."	Bug	closed	Documentation	3.0	Normal	fixed	documentation, tutorial		Ready for checkin	1	0	0	0	1	0
