mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| class-based-views | ||
| contrib | ||
| files | ||
| forms | ||
| models | ||
| templates | ||
| clickjacking.txt | ||
| databases.txt | ||
| django-admin.txt | ||
| exceptions.txt | ||
| index.txt | ||
| middleware.txt | ||
| request-response.txt | ||
| settings.txt | ||
| signals.txt | ||
| template-response.txt | ||
| unicode.txt | ||
| urlresolvers.txt | ||
| urls.txt | ||
| utils.txt | ||
| validators.txt | ||
| views.txt | ||