summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-26 08:36:56 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-26 08:37:30 +0200
commitfffbf850805a9cc7d07caa78df3f07880c85fdb8 (patch)
tree77b4127ac0bab9480ec40458f020cdaac9155e2e /docs
parent9ab806722913c86561a826347d9137f0f71fd1a4 (diff)
[4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view.
Thanks Adam (ataylor32) for the report. Regression in 872b61193b013a700ff88cf50f0eb2cf2c266ff7. Backport of 9440f6ba41e5e96458cd7949fc6d605ef5bd09e9 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 ffc9394dae..31747c1a23 100644
--- a/docs/releases/4.2.1.txt
+++ b/docs/releases/4.2.1.txt
@@ -44,3 +44,6 @@ Bugfixes
* Fixed a regression in Django 4.2 that caused incorrect ``ClearableFileInput``
margins in the admin (:ticket:`34506`).
+
+* Fixed a regression in Django 4.2 where breadcrumbs didn't appear on admin
+ site app index views (:ticket:`34512`).