summaryrefslogtreecommitdiff
path: root/docs/releases/5.0.4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.0.4.txt')
-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`).