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 f5ece71 commit 3d54cb5Copy full SHA for 3d54cb5
django_mongodb/features.py
@@ -428,6 +428,8 @@ def django_test_expected_failures(self):
428
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
429
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
430
"model_fields.test_jsonfield.TestQuerying.test_none_key",
431
+ "model_fields.test_jsonfield.TestQuerying.test_lookup_exclude",
432
+ "model_fields.test_jsonfield.TestQuerying.test_lookup_exclude_nonexistent_key",
433
},
434
"Pipeline filtering": {"model_fields.test_jsonfield.TestQuerying.test_icontains"},
435
}
0 commit comments