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 0793b9e commit 7b70f21Copy full SHA for 7b70f21
django_mongodb_backend/indexes.py
@@ -118,7 +118,7 @@ def __init__(
118
"Atlas Search field mappings."
119
)
120
if analyzer is not None and not isinstance(analyzer, str):
121
- raise ValueError(f"Analyzer must be a string. got type: {type(analyzer)}")
+ raise ValueError(f"analyzer must be a string. got type: {type(analyzer)}")
122
if search_analyzer is not None and not isinstance(search_analyzer, str):
123
raise ValueError(f"search_analyzer must be a string. got type: {type(search_analyzer)}")
124
self.field_mappings = field_mappings
0 commit comments