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 20:37:53 +0100
commit8fd953f28abc95aee2e2f59c94d8c58af0d792d7 (patch)
tree1e19bdca015140228e7d9f88406f88adf6bc907e /docs
parent710ca576816fe90c15a7e62f95074ff0bbd77f0e (diff)
[5.0.x] Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.
Regression in 8a6c0203c4e92908c2b26ba54feba4ce7e76d081. Backport of e69019555d683fd6a831f87cb09e3deb86e4e7c7 from main
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`).