Skip to content

Commit 3a27a5c

Browse files
committed
Wherenode: Handle not with and condition.
1 parent 8732e20 commit 3a27a5c

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
@@ -365,6 +365,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
365365
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
366366
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
367367
"model_fields.test_jsonfield.TestQuerying.test_none_key",
368+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude",
369+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude_nonexistent_key",
368370
},
369371
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
370372
}

0 commit comments

Comments
 (0)