diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-14 12:44:25 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-18 22:12:40 +0200 |
| commit | 69af3bea9987044c944b5bc83e32c35f0a73c6dd (patch) | |
| tree | 077bb417ebbdad85fc479ea26a61a8fc85c2020c /docs/topics/testing | |
| parent | c35fd9e2750a3e49a57d9fef964b9ef3e7cb49cb (diff) | |
Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecation timeline.
Diffstat (limited to 'docs/topics/testing')
| -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 7190c73d79..b8d44a3237 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1874,11 +1874,6 @@ your test suite. Output in case of error can be customized with the ``msg`` argument. - .. deprecated:: 4.2 - - The ``assertQuerysetEqual()`` assertion method is deprecated. Use - ``assertQuerySetEqual()`` instead. - .. method:: TransactionTestCase.assertNumQueries(num, func, *args, **kwargs) Asserts that when ``func`` is called with ``*args`` and ``**kwargs`` that |
