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 4247cea commit 7cb95faCopy full SHA for 7cb95fa
django_mongodb_backend/features.py
@@ -94,6 +94,8 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
94
# Value.as_mql() doesn't call output_field.get_db_prep_save():
95
# https://github.com/mongodb/django-mongodb-backend/issues/282
96
"model_fields.test_jsonfield.TestSaveLoad.test_bulk_update_custom_get_prep_value",
97
+ # To debug: https://github.com/mongodb/django-mongodb-backend/issues/362
98
+ "constraints.tests.UniqueConstraintTests.test_validate_case_when",
99
}
100
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
101
_django_test_expected_failures_bitwise = {
0 commit comments