2021-05-13 15:42:26 +08:00
|
|
|
==========================
|
|
|
|
Django 3.2.4 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected June 1, 2021*
|
|
|
|
|
|
|
|
Django 3.2.4 fixes several bugs in 3.2.3.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2021-05-17 19:21:50 +08:00
|
|
|
* 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`).
|
2021-05-11 04:19:29 +08:00
|
|
|
|
|
|
|
* Fixed a bug in Django 3.2 where a system check would crash on an abstract
|
|
|
|
model (:ticket:`32733`).
|
2021-05-14 17:53:17 +08:00
|
|
|
|
|
|
|
* Prevented unnecessary initialization of unused caches following a regression
|
|
|
|
in Django 3.2 (:ticket:`32747`).
|