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 b40e202 commit 28fd829Copy full SHA for 28fd829
django_mongodb/features.py
@@ -422,6 +422,8 @@ def django_test_expected_failures(self):
422
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
423
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
424
"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",
427
},
428
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
429
}
0 commit comments