Django

Code

Ticket #3102 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

newforms needs support for specifying a field's label

Reported by: adrian Assigned to: adrian
Milestone: Component: Forms
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Syntax could look like this:

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

Attachments

Change History

12/08/06 14:06:12 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #3102 (newforms needs support for specifying a field's label)




Change Properties
Action