Opened 17 years ago

Closed 17 years ago

#4468 closed (wontfix)

More information in field length validation error (oldforms)

Reported by: A. Murat Eren <meren@…> 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)

oldforms-field_length-validation.diff (1.0 KB ) - added by A. Murat Eren <meren@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

by A. Murat Eren <meren@…>, 17 years ago

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: wontfix
Status: newclosed

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!

Note: See TracTickets for help on using tickets.
Back to Top