diff options
| author | Roman Selivanov <seroy@bk.ru> | 2017-07-19 18:24:27 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-19 14:28:06 -0400 |
| commit | d4da39685b5974849c73e4c4dc6e07dfdf21c67a (patch) | |
| tree | 0da3ca91d2f198e010b79af6150c1fbcc0485d85 /docs | |
| parent | 3f7953846ee2e60a2cd56d6dea3b0ba9ffaa76c5 (diff) | |
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.4.txt | 7 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
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 afbb16e514..ed3570657b 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -696,6 +696,7 @@ subtransactions subtree subtype subviews +subwidget subwidgets superclass superset |
