mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation timeline.
This commit is contained in:
parent
7433237664
commit
c35fd9e275
4 changed files with 2 additions and 23 deletions
|
|
@ -1681,11 +1681,6 @@ your test suite.
|
|||
``field`` and ``errors`` have the same meaning as the parameters to
|
||||
``assertFormError()``.
|
||||
|
||||
.. deprecated:: 4.2
|
||||
|
||||
The ``assertFormsetError()`` assertion method is deprecated. Use
|
||||
``assertFormSetError()`` instead.
|
||||
|
||||
.. method:: SimpleTestCase.assertContains(response, text, count=None, status_code=200, msg_prefix='', html=False)
|
||||
|
||||
Asserts that a :class:`response <django.http.HttpResponse>` produced the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue