Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.

This commit is contained in:
Roman Selivanov 2017-07-19 18:24:27 +03:00 committed by Tim Graham
parent 3f7953846e
commit d4da39685b
7 changed files with 35 additions and 15 deletions

View file

@ -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.

View file

@ -696,6 +696,7 @@ subtransactions
subtree
subtype
subviews
subwidget
subwidgets
superclass
superset