Opened 17 years ago
Closed 17 years ago
#4468 closed (wontfix)
More information in field length validation error (oldforms)
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Validators | Version: | dev |
Severity: | Keywords: | oldforms, validation, maxlength | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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,
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | oldforms-field_length-validation.diff added |
---|
comment:1 by , 17 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!