mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #33348 -- Removed support for passing response object and form/formset name to SimpleTestCase.assertFormError()/assertFormSetError().
Per deprecation timeline.
This commit is contained in:
@@ -334,3 +334,7 @@ to remove usage of these features.
|
||||
|
||||
* The ``django.utils.timezone.utc`` alias to ``datetime.timezone.utc`` is
|
||||
removed.
|
||||
|
||||
* Passing a response object and a form/formset name to
|
||||
``SimpleTestCase.assertFormError()`` and ``assertFormSetError()`` is no
|
||||
longer allowed.
|
||||
|
||||
Reference in New Issue
Block a user