summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-21 19:49:59 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-21 19:50:21 +0200
commit0a805cf42d0bb263114a1fa200ee13d6b3b8fdeb (patch)
treedadbce403003d2ac88c6f5603c528ec6cacf90ac /docs
parenta4f7d935a21ba414e77e9d720434cc7e9bb325c6 (diff)
[4.2.x] Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.
Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd. Backport of 92537e83c1322c40dd39a8f0f9c78018307f2102 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt
index f8bf6cc9d4..ffc9394dae 100644
--- a/docs/releases/4.2.1.txt
+++ b/docs/releases/4.2.1.txt
@@ -41,3 +41,6 @@ Bugfixes
* Fixed a regression in Django 4.2 that caused a crash of
:class:`~django.contrib.postgres.search.SearchHeadline` function with
``psycopg`` 3 (:ticket:`34486`).
+
+* Fixed a regression in Django 4.2 that caused incorrect ``ClearableFileInput``
+ margins in the admin (:ticket:`34506`).