summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.2.4.txt')
-rw-r--r--docs/releases/3.2.4.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt
index 4ff28f9d72..51a4898163 100644
--- a/docs/releases/3.2.4.txt
+++ b/docs/releases/3.2.4.txt
@@ -9,4 +9,6 @@ Django 3.2.4 fixes several bugs in 3.2.3.
Bugfixes
========
-* ...
+* Fixed a bug in Django 3.2 where a final catch-all view in the admin didn't
+ respect the server-provided value of ``SCRIPT_NAME`` when redirecting
+ unauthenticated users to the login page (:ticket:`32754`).