Skip to content

Commit

Permalink
fix: remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyu committed Mar 8, 2024
1 parent 67337ac commit 5925f9d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cms/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5925f9d

Please sign in to comment.