﻿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
4469	More information in field length validation error (newforms)	A. Murat Eren <meren@…>	Adrian Holovaty	"If the length of the entered text is more than ''max_length'', django says:

{{{
Ensure this value has at most 3000 characters.
}}}

It would be nice for the user to know how many characters in the text. Please see the patch attached below:

{{{
Ensure this value has at most 3000 characters (it has 4112).
}}}


Best,"		closed	Forms	dev		fixed	newforms, max_length, min_length, validation		Ready for checkin	1	0	0	0	0	0
