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 5febcd3 commit 2ec408cCopy full SHA for 2ec408c
django_mongodb/features.py
@@ -3,6 +3,7 @@
3
4
5
class DatabaseFeatures(BaseDatabaseFeatures):
6
+ minimum_database_version = (5, 0)
7
allow_sliced_subqueries_with_in = False
8
allows_multiple_constraints_on_same_fields = False
9
can_create_inline_fk = False
0 commit comments