Skip to content

Commit 28aa5a7

Browse files
committed
Add supports_slicing_ordering_in_compound.
1 parent 735cc96 commit 28aa5a7

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
@@ -23,6 +23,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
2323
supports_select_difference = False
2424
supports_select_intersection = False
2525
supports_sequence_reset = False
26+
supports_slicing_ordering_in_compound = True
2627
supports_table_check_constraints = False
2728
supports_temporal_subtraction = True
2829
# MongoDB stores datetimes in UTC.

0 commit comments

Comments
 (0)