mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecation timeline.
This commit is contained in:
parent
c35fd9e275
commit
69af3bea99
4 changed files with 2 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue