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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user