From 5401b125abca53200eacb62c8a10e602359b76d4 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Mon, 10 Nov 2025 13:29:34 +0100 Subject: Fixed #36717 -- Redirect authenticated users on admin login view to next URL. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> --- docs/releases/6.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index 036fee53cf..e0edf6876a 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -92,7 +92,8 @@ Minor features :mod:`django.contrib.admin` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The admin site login view now redirects authenticated users to the next URL, + if available, instead of always redirecting to the admin index page. :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3