Skip to content

Commit ce02be3

Browse files
committed
Add supports_slicing_ordering_in_compound.
1 parent 0ab4e20 commit ce02be3

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
@@ -24,6 +24,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
2424
supports_select_intersection = False
2525
supports_select_union = True
2626
supports_sequence_reset = False
27+
supports_slicing_ordering_in_compound = True
2728
supports_table_check_constraints = False
2829
supports_temporal_subtraction = True
2930
# MongoDB stores datetimes in UTC.

0 commit comments

Comments
 (0)