Skip to content

Commit e5a0d49

Browse files
committed
Wherenode: Handle not with and condition.
1 parent 7564181 commit e5a0d49

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
@@ -390,6 +390,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
390390
# "model_fields.test_jsonfield.TestQuerying.test_isnull_key",
391391
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
392392
"model_fields.test_jsonfield.TestQuerying.test_none_key",
393+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude",
394+
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude_nonexistent_key",
393395
},
394396
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
395397
}

0 commit comments

Comments
 (0)