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 735cc96 commit 28aa5a7Copy full SHA for 28aa5a7
django_mongodb/features.py
@@ -23,6 +23,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
23
supports_select_difference = False
24
supports_select_intersection = False
25
supports_sequence_reset = False
26
+ supports_slicing_ordering_in_compound = True
27
supports_table_check_constraints = False
28
supports_temporal_subtraction = True
29
# MongoDB stores datetimes in UTC.
0 commit comments