mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Thanks CollinAnderson for the report.
Backport of 8676318d2d from master
This commit is contained in:
@@ -660,7 +660,9 @@ will render something like:
|
||||
<label for="id_my_field">My Field:</label> <input id="id_my_field" type="text" name="my_field" />
|
||||
|
||||
If you want to keep the current behavior of rendering ``label_tag`` without
|
||||
the ``label_suffix``, instantiate the form ``label_suffix=''``.
|
||||
the ``label_suffix``, instantiate the form ``label_suffix=''``. You can also
|
||||
customize the ``label_suffix`` on a per-field basis using the new
|
||||
``label_suffix`` parameter on :meth:`~django.forms.BoundField.label_tag`.
|
||||
|
||||
Admin views ``_changelist_filters`` GET parameter
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user