From d4da39685b5974849c73e4c4dc6e07dfdf21c67a Mon Sep 17 00:00:00 2001 From: Roman Selivanov Date: Wed, 19 Jul 2017 18:24:27 +0300 Subject: Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget. --- docs/releases/1.11.4.txt | 7 +++++++ docs/spelling_wordlist | 1 + 2 files changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.4.txt b/docs/releases/1.11.4.txt index 8952ce1c4b..180d758246 100644 --- a/docs/releases/1.11.4.txt +++ b/docs/releases/1.11.4.txt @@ -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. diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index afbb16e514..ed3570657b 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -696,6 +696,7 @@ subtransactions subtree subtype subviews +subwidget subwidgets superclass superset -- cgit v1.3