#4469: More information in field length validation error (newforms)
------------------------------------------------+---------------------------
Reporter: A. Murat Eren <[EMAIL PROTECTED]> | Owner: adrian
Status: new | Component: django.newforms
Version: SVN | Keywords: newforms,
max_length, min_length, validation
Stage: Unreviewed | Has_patch: 1
------------------------------------------------+---------------------------
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,
--
Ticket URL: <http://code.djangoproject.com/ticket/4469>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---