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 db32487 commit b2be223Copy full SHA for b2be223
django_mongodb_backend/base.py
@@ -286,6 +286,4 @@ def validate_no_broken_transaction(self):
286
287
def get_database_version(self):
288
"""Return a tuple of the database's version."""
289
- return (8, 1, 1)
290
- # TODO: provide an unencrypted connection for this method.
291
- # return tuple(self.connection.server_info()["versionArray"])
+ return tuple(self.connection.server_info()["versionArray"])
0 commit comments