summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.2.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.0.2.txt b/docs/releases/5.0.2.txt
index 4ba818dcb3..facfed26f5 100644
--- a/docs/releases/5.0.2.txt
+++ b/docs/releases/5.0.2.txt
@@ -9,4 +9,6 @@ Django 5.0.2 fixes several bugs in 5.0.1.
Bugfixes
========
-* ...
+* Reallowed, following a regression in Django 5.0.1, filtering against local
+ foreign keys not included in :attr:`.ModelAdmin.list_filter`
+ (:ticket:`35087`).