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 ad3d6ec commit c74604eCopy full SHA for c74604e
tests/indexes_/test_checks.py
@@ -142,7 +142,7 @@ class Meta:
142
checks.Error(
143
"VectorSearchIndex requires the same number of similarities "
144
"and vector fields; expected 1 similarity but got 2.",
145
- id="django_mongodb_backend.indexes.VectorSearchIndex.E004",
+ id="django_mongodb_backend.indexes.VectorSearchIndex.E005",
146
obj=Article,
147
),
148
],
0 commit comments