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 8732e20 commit 3a27a5cCopy full SHA for 3a27a5c
django_mongodb/features.py
@@ -365,6 +365,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
365
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
366
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
367
"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",
370
},
371
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
372
}
0 commit comments