summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoman Selivanov <seroy@bk.ru>2017-07-19 18:24:27 +0300
committerTim Graham <timograham@gmail.com>2017-07-19 14:45:59 -0400
commit99d5059d766a18f80bb24a44023f9e653a08c803 (patch)
tree9460e3bb57ff7963c1154d35260873a54c764652 /docs
parenta5e91ab1fbf6badab51e04dd445d234bc11ddd0a (diff)
[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.
Backport of d4da39685b5974849c73e4c4dc6e07dfdf21c67a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.4.txt7
-rw-r--r--docs/spelling_wordlist1
2 files changed, 8 insertions, 0 deletions
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 f23091f4fb..61ef218f88 100644
--- a/docs/spelling_wordlist
+++ b/docs/spelling_wordlist
@@ -804,6 +804,7 @@ subtransactions
subtree
subtype
subviews
+subwidget
subwidgets
superclass
superset