django1/django/forms
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
..
extras Refactored some code in SelectDateWidget. 2014-04-10 13:03:23 -04:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #22533 -- Added label_suffix parameter to form fields. 2014-05-13 09:09:33 -04:00
forms.py Fixed #22533 -- Added label_suffix parameter to form fields. 2014-05-13 09:09:33 -04:00
formsets.py Removed casting to bool just before negation. 2014-04-07 08:30:05 -04:00
models.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
util.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. 2014-03-22 14:28:12 -04:00
widgets.py Fixed #22502 -- Fixed microseconds/default/form interaction 2014-05-10 10:56:39 +02:00