#4468: More information in field length validation error (oldforms)
------------------------------------------------+---------------------------
Reporter: A. Murat Eren <[EMAIL PROTECTED]> | Owner: adrian
Status: new | Component: Validators
Version: SVN | Keywords: oldforms,
validation, maxlength
Stage: Unreviewed | Has_patch: 1
------------------------------------------------+---------------------------
If the length of the entered text is more than ''maxlength'', django says:
{{{
Ensure your text is less than 3000 characters
}}}
It would be nice for the user to know how many characters in the text.
Please see the patch attached below:
{{{
Ensure your text is less than 3000 characters (it is 4221).
}}}
Best,
--
Ticket URL: <http://code.djangoproject.com/ticket/4468>
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
-~----------~----~----~----~------~----~------~--~---