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 8a7766c commit eab2f2eCopy full SHA for eab2f2e
tests/encryption_/tests.py
@@ -4,6 +4,8 @@
4
5
6
class EncryptedModelTests(TestCase):
7
+ databases = ["encryption"]
8
+
9
@classmethod
10
def setUpTestData(cls):
11
cls.objs = [Person.objects.create()]
0 commit comments