Skip to content

Commit 2ec408c

Browse files
committed
enforce a minimum MongoDB version of 5.0
1 parent 5febcd3 commit 2ec408c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongodb/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44

55
class DatabaseFeatures(BaseDatabaseFeatures):
6+
minimum_database_version = (5, 0)
67
allow_sliced_subqueries_with_in = False
78
allows_multiple_constraints_on_same_fields = False
89
can_create_inline_fk = False

0 commit comments

Comments
 (0)