1
0
mirror of https://github.com/django/django.git synced 2025-03-31 19:46:42 +00:00
Julen Ruiz Aizpuru 5eb81ce445 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.
2014-05-13 09:09:33 -04:00
..
2013-12-24 12:25:17 +01:00
2013-12-10 15:12:48 -05:00
2013-12-10 15:12:48 -05:00
2014-05-08 21:49:54 +02:00
2014-05-12 07:09:53 -04:00
2014-05-08 21:50:21 +02:00
2013-12-14 11:59:15 -05:00
2014-05-08 21:48:10 -07:00
2014-04-21 12:27:34 +02:00
2013-12-24 12:25:17 +01:00
2014-05-08 21:49:54 +02:00
2013-12-14 11:59:15 -05:00
2014-02-28 09:54:53 +01:00
2013-12-17 11:16:48 +01:00