mirror of
https://github.com/django/django.git
synced 2025-01-13 11:57:01 +00:00
cb383753c0
Thanks OutOfFocus4 for the report.
Regression in 456466d932
.
15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
==========================
|
|
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`).
|