diff options
| author | Benedict Etzel <developer@beheh.de> | 2025-11-10 13:29:34 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-11-12 19:42:24 -0300 |
| commit | 5401b125abca53200eacb62c8a10e602359b76d4 (patch) | |
| tree | 72bb904a1fb153fd27411fed0a14f41468d915e3 /docs | |
| parent | 66b5a6de78ac3bcdf586844eac61663fece10ab5 (diff) | |
Fixed #36717 -- Redirect authenticated users on admin login view to next URL.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
