From 9440f6ba41e5e96458cd7949fc6d605ef5bd09e9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 26 Apr 2023 08:36:56 +0200 Subject: Fixed #34512 -- Restored breadcrumbs on admin app index view. Thanks Adam (ataylor32) for the report. Regression in 872b61193b013a700ff88cf50f0eb2cf2c266ff7. --- docs/releases/4.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.2.1