[4.0.x] Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset named "form".

Thanks OutOfFocus4 for the report.

Regression in 456466d932.

Backport of cb383753c0 from main.
This commit is contained in:
Baptiste Mispelon 2021-12-08 14:46:22 +01:00 committed by Mariusz Felisiak
parent b7f2afa8de
commit 15031852c5
3 changed files with 46 additions and 3 deletions

View file

@ -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`).