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 b1ca4c8 commit cdc49c7Copy full SHA for cdc49c7
django_mongodb_backend/schema.py
@@ -438,7 +438,7 @@ def _create_collection(self, model):
438
if not auto_encryption_opts:
439
raise ImproperlyConfigured(
440
"Encrypted fields found but "
441
- "DATABASES[[self.connection.alias}]['OPTIONS'] is missing "
+ f"DATABASES[{self.connection.alias}]['OPTIONS'] is missing "
442
"auto_encryption_opts. Please set `auto_encryption_opts` "
443
"in the connection settings."
444
)
0 commit comments