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