mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[4.0.x] Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset named "form".
Thanks OutOfFocus4 for the report. Regression in456466d932
. Backport ofcb383753c0
from main.
This commit is contained in:
parent
b7f2afa8de
commit
15031852c5
3 changed files with 46 additions and 3 deletions
|
@ -9,4 +9,6 @@ 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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue