﻿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
13272	MaxLengthValidator message is not being translated in form.errors	vorushin	nobody	"settings.py:
LANGUAGE_CODE = 'ru-ru'

forms.py
class Form(forms.Form):
    short_description = forms.CharField(max_length=10, widget=forms.Textarea)

When I leave field short_description empty, I get message in Russian: ""Обязательное поле"". When I enter more than 10 chars in this field, I get message in English: ""Ensure this value has at most 10 characters (it has 12).""

Full test project to reproduce this bug is here - http://github.com/vorushin/validators_test
"		closed	Forms	dev		invalid		roman.vorushin@…	Unreviewed	0	0	0	0	0	0
