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 4af823a commit 0161dfbCopy full SHA for 0161dfb
tests/lookup_/tests.py
@@ -71,11 +71,6 @@ def test_eq_and_in(self):
71
72
73
class NullValueLookupTests(MongoTestCaseMixin, TestCase):
74
- _OPERATOR_PREDICATE_MAP = {
75
- "exact": lambda field: {field: None},
76
- "in": lambda field: {field: {"$in": [None]}},
77
- }
78
-
79
@classmethod
80
def setUpTestData(cls):
81
cls.book_objs = Book.objects.bulk_create(
0 commit comments