Opened 18 years ago
Closed 18 years ago
#4468 closed (wontfix)
More information in field length validation error (oldforms)
Description ¶
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,
Change History (2)
by , 18 years ago
Attachment: | oldforms-field_length-validation.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Good idea, but old forms are end-of-line and won't be taking enhancements. The patch for newforms (#4469) is good to go though!