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 ed476a7 commit cd6676dCopy full SHA for cd6676d
tests/encryption_/test_fields.py
@@ -312,7 +312,7 @@ def test_get_or_create(self):
312
self.assertIs(created2, False)
313
self.assertEqual(obj1, obj2)
314
315
- def test_join(self):
+ def _test_join(self):
316
msg = (
317
"Non-empty 'let' field is not allowed in the $lookup aggregation "
318
"stage over an encrypted collection."
@@ -325,7 +325,7 @@ def test_order_by(self):
325
with self.assertRaisesMessage(DatabaseError, msg):
326
list(CharModel.objects.order_by("value"))
327
328
- def test_select_related(self):
+ def _test_select_related(self):
329
330
331
0 commit comments