Skip to content

Commit 931cb64

Browse files
timgrahamWaVEV
authored andcommitted
add ArrayField
1 parent 11754df commit 931cb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,4 +607,4 @@ def is_mongodb_6_0(self):
607607

608608
@cached_property
609609
def is_mongodb_6_3(self):
610-
return self.connection.get_database_version() >= (6, 3)
610+
return self.connection.get_database_version() >= (6, 3)

0 commit comments

Comments
 (0)