diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-14 12:39:20 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-18 22:12:40 +0200 |
| commit | c35fd9e2750a3e49a57d9fef964b9ef3e7cb49cb (patch) | |
| tree | d1713e3577ddb2407090dcab9f64a1d17a886ca4 /docs/topics | |
| parent | 7433237664e9a942d6584b4e70fd6a5174cf8f39 (diff) | |
Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation timeline.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/testing/tools.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index e9b12d94f0..7190c73d79 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -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 |
