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 7564181 commit e5a0d49Copy full SHA for e5a0d49
django_mongodb/features.py
@@ -390,6 +390,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
390
# "model_fields.test_jsonfield.TestQuerying.test_isnull_key",
391
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
392
"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",
395
},
396
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
397
}
0 commit comments