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 85d7111 commit a0a5a1aCopy full SHA for a0a5a1a
django_mongodb_backend/features.py
@@ -636,7 +636,7 @@ def _supports_transactions(self):
636
def supports_queryable_encryption(self):
637
"""
638
Queryable Encryption requires a MongoDB 7.0 or later replica set or sharded
639
- cluster, as well as MonogDB Atlas or Enterprise.
+ cluster, as well as MongoDB Atlas or Enterprise.
640
641
self.connection.ensure_connection()
642
build_info = self.connection.connection.admin.command("buildInfo")
0 commit comments