django/docs/ref/forms
Gabe Jackson 584bd14dcf Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
There was an inconsistency between how the label_tag for forms were
generated depending on which method was used: as_p, as_ul and as_table
contained code to append the label_suffix where as label_tag called on a
form field directly did NOT append the label_suffix. The code for
appending the label_suffix has been moved in to the label_tag code of
the field and the HTML generation code for as_p, as_ul and as_table now
calls this code as well.

This is a backwards incompatible change because users who have added the
label_suffix manually in their templates may now get double label_suffix
characters in their forms.
2013-06-10 14:23:15 -04:00
..
api.txt Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix 2013-06-10 14:23:15 -04:00
fields.txt add missing imports to the examples in the 'Forms' 2013-05-19 13:31:45 +02:00
formsets.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
index.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
models.txt Proofed the 1.6 release notes 2013-06-05 12:55:58 -04:00
validation.txt add missing imports to the examples in the 'Forms' 2013-05-19 13:31:45 +02:00
widgets.txt Fixed #20567 - Documented BoundField.id_for_label. 2013-06-09 12:13:43 -04:00