#22533: Allow overriding `label_suffix` on a per-field basis
-----------------------------+------------------------------------
     Reporter:  julen        |                    Owner:  julen
         Type:  New feature  |                   Status:  closed
    Component:  Forms        |                  Version:  master
     Severity:  Normal       |               Resolution:  fixed
     Keywords:               |             Triage Stage:  Accepted
    Has patch:  1            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"5eb81ce44532596ecc1c781d93f3421a467a6206"]:
 {{{
 #!CommitTicketReference repository=""
 revision="5eb81ce44532596ecc1c781d93f3421a467a6206"
 Fixed #22533 -- Added label_suffix parameter to form fields.

 Fields can now receive the `label_suffix` attribute, which will override
 a form's `label_suffix`.

 This enhances the possibility to customize form's `label_suffix`, allowing
 to use such customizations while using shortcuts such as
 `{{ form.as_p }}`.

 Note that the field's own customization can be overridden at runtime by
 using the `label_prefix` parameter to `BoundField.label_tag()`.

 Refs #18134.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22533#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.a99a08b2f1bb36ae4bf19be5726dc732%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to