1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #33348 -- Removed support for passing errors=None to SimpleTestCase.assertFormError()/assertFormsetErrors().

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak
2023-01-12 14:32:00 +01:00
parent 23ec318988
commit 23c8787439
3 changed files with 3 additions and 52 deletions

View File

@@ -314,3 +314,6 @@ to remove usage of these features.
* The ``opclasses`` argument of
``django.contrib.postgres.constraints.ExclusionConstraint`` is removed.
* The undocumented ability to pass ``errors=None`` to
``SimpleTestCase.assertFormError()`` and ``assertFormsetError()`` is removed.