From e69019555d683fd6a831f87cb09e3deb86e4e7c7 Mon Sep 17 00:00:00 2001 From: Johannes Maron Date: Wed, 6 Mar 2024 21:18:36 +0100 Subject: Fixed #35273 -- Fixed rendering AdminFileWidget's attributes. Regression in 8a6c0203c4e92908c2b26ba54feba4ce7e76d081. --- docs/releases/5.0.4.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3