From f0c06f8ab7904e1fd082f2de57337f6c7e05f177 Mon Sep 17 00:00:00 2001 From: Gregor Gärtner Date: Sat, 24 Sep 2022 11:29:58 +0100 Subject: Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). Co-Authored-By: Michael Howitz --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index cbde99fb06..abd5a363bc 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -37,6 +37,8 @@ details on these changes. * The ``SimpleTestCase.assertFormsetError()`` method will be removed. +* The ``TransactionTestCase.assertQuerysetEqual()`` method will be removed. + .. _deprecation-removed-in-5.0: 5.0 -- cgit v1.3