mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33348 -- Deprecated passing errors=None to SimpleTestCase.assertFormError()/assertFormsetErrors().
This commit is contained in:
committed by
Mariusz Felisiak
parent
bc174e6ea0
commit
c67e1cf44f
@@ -385,6 +385,11 @@ Miscellaneous
|
||||
),
|
||||
]
|
||||
|
||||
* The undocumented ability to pass ``errors=None`` to
|
||||
:meth:`.SimpleTestCase.assertFormError` and
|
||||
:meth:`~.SimpleTestCase.assertFormsetError` is deprecated. Use ``errors=[]``
|
||||
instead.
|
||||
|
||||
Features removed in 4.1
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user