Skip to content

Commit e1c98f3

Browse files
committed
Fix typo.
1 parent 22a123d commit e1c98f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
102102
"model_fields.test_jsonfield.TestSaveLoad.test_bulk_update_custom_get_prep_value",
103103
# To debug: https://github.com/mongodb/django-mongodb-backend/issues/362
104104
"constraints.tests.UniqueConstraintTests.test_validate_case_when",
105-
# Partially expression index support
105+
# Simple expression index are supported
106106
"schema.tests.SchemaTests.test_func_unique_constraint_unsupported",
107107
"schema.tests.SchemaTests.test_func_index_unsupported",
108108
}

0 commit comments

Comments
 (0)