diff options
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 |
