Skip to content

Commit 3d54cb5

Browse files
committed
Wherenode: Handle not with and condition.
1 parent f5ece71 commit 3d54cb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_mongodb/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,8 @@ def django_test_expected_failures(self):
428428
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
429429
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
430430
"model_fields.test_jsonfield.TestQuerying.test_none_key",
431+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude",
432+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude_nonexistent_key",
431433
},
432434
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
433435
}

0 commit comments

Comments
 (0)