1
0
mirror of https://github.com/django/django.git synced 2024-12-30 21:16:26 +00:00
django/django
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
..
bin
conf
contrib Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
core Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
db Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00
dispatch
forms Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix 2013-06-10 14:23:15 -04:00
http
middleware
shortcuts
template
templatetags
test Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00
utils Fixed loaddata for Django checkouts with non ASCII chars in the name. 2013-06-03 13:18:16 +02:00
views
__init__.py Bumped verion numbers for 1.6a1. 2013-06-06 11:05:33 -05:00