2022-04-11 16:45:57 +08:00
|
|
|
==========================
|
|
|
|
Django 4.0.5 release notes
|
|
|
|
==========================
|
|
|
|
|
2022-06-01 18:25:33 +08:00
|
|
|
*June 1, 2022*
|
2022-04-11 16:45:57 +08:00
|
|
|
|
|
|
|
Django 4.0.5 fixes several bugs in 4.0.4.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-05-16 12:17:40 +08:00
|
|
|
* Fixed a bug in Django 4.0 where not all :setting:`OPTIONS <CACHES-OPTIONS>`
|
|
|
|
were passed to a Redis client (:ticket:`33681`).
|
2022-05-17 17:32:30 +08:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.0 that caused a crash of ``QuerySet.filter()`` on
|
|
|
|
``IsNull()`` expressions (:ticket:`33705`).
|
2022-05-20 22:21:31 +08:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.0 where a hidden quick filter toolbar in the admin's
|
|
|
|
navigation sidebar was focusable (:ticket:`33725`).
|