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 3973a4e commit 472b397Copy full SHA for 472b397
tests/encryption_/models.py
@@ -29,7 +29,7 @@
29
class EncryptedTestModel(models.Model):
30
class Meta:
31
abstract = True
32
- required_db_features = {"supports_query_encryption"}
+ required_db_features = {"supports_queryable_encryption"}
33
34
35
class Patient(EncryptedTestModel):
0 commit comments