1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2023-09-14 12:44:25 +02:00
parent c35fd9e275
commit 69af3bea99
4 changed files with 2 additions and 27 deletions

View File

@@ -272,3 +272,5 @@ to remove usage of these features.
removed.
* The ``SimpleTestCase.assertFormsetError()`` method is removed.
* The ``TransactionTestCase.assertQuerysetEqual()`` method is removed.