We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04aa8a0 commit ef8d351Copy full SHA for ef8d351
tests/modeltests/proxy_model_inheritance/tests.py
@@ -12,9 +12,9 @@
12
from django.conf import settings, Settings
13
from django.core.management import call_command
14
from django.db.models.loading import load_app
15
-from django.test import TestCase
+from django.test import TransactionTestCase
16
17
-class ProxyModelInheritanceTests(TestCase):
+class ProxyModelInheritanceTests(TransactionTestCase):
18
19
def setUp(self):
20
self.old_sys_path = sys.path
0 commit comments