Opened 18 years ago

Closed 18 years ago

#3102 closed defect (fixed)

newforms needs support for specifying a field's label

Reported by: Adrian Holovaty Owned by: Adrian Holovaty
Component: Forms Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Syntax could look like this:

password2 = CharField(widget=PasswordInput, label="Password (again):")

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [4188]) Fixed #3102 -- newforms: Fields can now designate their human-friendly labels. BoundField.verbose_name is now BoundField.label

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