diff --git a/cms/tests/__init__.py b/cms/tests/__init__.py index c88fb5d91e7..e69de29bb2d 100644 --- a/cms/tests/__init__.py +++ b/cms/tests/__init__.py @@ -1,7 +0,0 @@ -import django - - -if django.VERSION < (4, 2): # TODO: remove when dropping support for Django < 4.2 - from django.test.testcases import TransactionTestCase - - TransactionTestCase.assertQuerySetEqual = TransactionTestCase.assertQuerysetEqual \ No newline at end of file