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 ecc386d commit 20de1f2Copy full SHA for 20de1f2
tests/encryption_/models.py
@@ -80,6 +80,9 @@ class Meta:
80
81
82
class EncryptedNumbers(models.Model):
83
+ class Meta:
84
+ required_db_features = {"supports_queryable_encryption"}
85
+
86
pos_bigint = EncryptedPositiveBigIntegerField(queries=EQUALITY_QUERY)
87
pos_smallint = EncryptedPositiveSmallIntegerField(queries=EQUALITY_QUERY)
88
smallint = EncryptedSmallIntegerField(queries=EQUALITY_QUERY)
0 commit comments