django/docs/releases/4.0.1.txt

18 lines
448 B
Plaintext
Raw Normal View History

2021-12-07 09:41:32 +00:00
==========================
Django 4.0.1 release notes
==========================
*Expected January 4, 2022*
Django 4.0.1 fixes several bugs in 4.0.
Bugfixes
========
* Fixed a regression in Django 4.0 that caused a crash of
:meth:`~django.test.SimpleTestCase.assertFormsetError` on a formset named
``form`` (:ticket:`33346`).
* Fixed a bug in Django 4.0 that caused a crash on booleans with the
``RedisCache`` backend (:ticket:`33361`).