Skip to content

Commit 28fd829

Browse files
committed
Wherenode: Handle not with and condition.
1 parent b40e202 commit 28fd829

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
@@ -422,6 +422,8 @@ def django_test_expected_failures(self):
422422
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
423423
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
424424
"model_fields.test_jsonfield.TestQuerying.test_none_key",
425+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude",
426+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude_nonexistent_key",
425427
},
426428
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
427429
}

0 commit comments

Comments
 (0)