django/docs/releases/3.2.4.txt

15 lines
379 B
Plaintext
Raw Normal View History

==========================
Django 3.2.4 release notes
==========================
*Expected June 1, 2021*
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`).