mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.
This commit is contained in:
parent
3f7953846e
commit
d4da39685b
7 changed files with 35 additions and 15 deletions
|
@ -28,3 +28,10 @@ Bugfixes
|
|||
|
||||
* Fixed ``QuerySet.count()`` for ``union()``, ``difference()``, and
|
||||
``intersection()`` queries. (:ticket:`28399`).
|
||||
|
||||
* Fixed ``ClearableFileInput`` rendering as a subwidget of ``MultiWidget``
|
||||
(:ticket:`28414`). Custom ``clearable_file_input.html`` widget templates
|
||||
will need to adapt for the fact that context values
|
||||
``checkbox_name``, ``checkbox_id``, ``is_initial``, ``input_text``,
|
||||
``initial_text``, and ``clear_checkbox_label`` are now attributes of
|
||||
``widget`` rather than appearing in the top-level context.
|
||||
|
|
|
@ -696,6 +696,7 @@ subtransactions
|
|||
subtree
|
||||
subtype
|
||||
subviews
|
||||
subwidget
|
||||
subwidgets
|
||||
superclass
|
||||
superset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue