From 4ed1423de4342e453bf1d80129e84c14be819df3 Mon Sep 17 00:00:00 2001 From: Salvo Polizzi Date: Thu, 18 Jan 2024 10:21:12 +0100 Subject: [5.0.x] Fixed #35121 -- Corrected color for links in the admin. Thanks Collin Anderson for the report. Regression in 6ad2738a8f32b94cbae742f212080fadf2dee421. Backport of 10c7c7320baf1c655fcb91202169d77725c9c4bd from main --- docs/releases/5.0.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/5.0.2.txt b/docs/releases/5.0.2.txt index facfed26f5..a5e2b6eee4 100644 --- a/docs/releases/5.0.2.txt +++ b/docs/releases/5.0.2.txt @@ -12,3 +12,6 @@ Bugfixes * Reallowed, following a regression in Django 5.0.1, filtering against local foreign keys not included in :attr:`.ModelAdmin.list_filter` (:ticket:`35087`). + +* Fixed a regression in Django 5.0 where links in the admin had an incorrect + color (:ticket:`35121`). -- cgit v1.3