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 22a123d commit e1c98f3Copy full SHA for e1c98f3
django_mongodb_backend/features.py
@@ -102,7 +102,7 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
102
"model_fields.test_jsonfield.TestSaveLoad.test_bulk_update_custom_get_prep_value",
103
# To debug: https://github.com/mongodb/django-mongodb-backend/issues/362
104
"constraints.tests.UniqueConstraintTests.test_validate_case_when",
105
- # Partially expression index support
+ # Simple expression index are supported
106
"schema.tests.SchemaTests.test_func_unique_constraint_unsupported",
107
"schema.tests.SchemaTests.test_func_index_unsupported",
108
}
0 commit comments