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 11754df commit 931cb64Copy full SHA for 931cb64
django_mongodb_backend/features.py
@@ -607,4 +607,4 @@ def is_mongodb_6_0(self):
607
608
@cached_property
609
def is_mongodb_6_3(self):
610
- return self.connection.get_database_version() >= (6, 3)
+ return self.connection.get_database_version() >= (6, 3)
0 commit comments