summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohannes Maron <johannes@maron.family>2024-03-06 21:18:36 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-03-14 14:03:09 +0100
commite69019555d683fd6a831f87cb09e3deb86e4e7c7 (patch)
treec2e47134e5ba851f4ea48b2daa17b30de2441c7c /docs
parent175b04942afaff978013db61495f3b39ea12989b (diff)
Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.
Regression in 8a6c0203c4e92908c2b26ba54feba4ce7e76d081.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.0.4.txt b/docs/releases/5.0.4.txt
index d15c28d83d..9b2fd6b170 100644
--- a/docs/releases/5.0.4.txt
+++ b/docs/releases/5.0.4.txt
@@ -13,3 +13,7 @@ Bugfixes
fields with expressions in ``db_default``. As a consequence,
``Model.full_clean()`` no longer validates for empty values in fields with
``db_default`` (:ticket:`35223`).
+
+* Fixed a regression in Django 5.0 where the ``AdminFileWidget`` could be
+ rendered with two ``id`` attributes on the "Clear" checkbox
+ (:ticket:`35273`).