summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSalvo Polizzi <plzslv03a25c351k@studium.unict.it>2024-01-18 10:21:12 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-01-18 14:07:23 +0100
commit4ed1423de4342e453bf1d80129e84c14be819df3 (patch)
tree271bb20e65947716c977ee1e4739bbd14536c67b /docs
parenta7b35aa7c9e0bc59f227c558bf26488c43c96250 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.2.txt3
1 files changed, 3 insertions, 0 deletions
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`).