@@ -127,16 +127,21 @@ class DatabaseFeatures(BaseDatabaseFeatures):
127
127
"queries.test_explain.ExplainUnsupportedTests.test_message" ,
128
128
# filter() on related model + update() doesn't work.
129
129
"queries.tests.Queries5Tests.test_ticket9848" ,
130
- # Variance is not implemented in mongo as an aggregation,
131
- # we should transform it into StdDev * 2.
132
- "aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_numerical_aggregates" ,
133
130
# Sum returns 0 instead of None in mongodb.
134
131
"aggregation.test_filter_argument.FilteredAggregateTests.test_plain_annotate" ,
135
132
"aggregation.tests.AggregateTestCase.test_aggregation_default_passed_another_aggregate" ,
136
133
"aggregation.tests.AggregateTestCase.test_annotation_expressions" ,
137
134
"aggregation.tests.AggregateTestCase.test_reverse_fkey_annotate" ,
138
135
# Manage empty result when the flag elide_empty is False
139
136
"aggregation.tests.AggregateTestCase.test_empty_result_optimization" ,
137
+ # Order is not working well for aggregates.
138
+ "aggregation.tests.AggregateTestCase.test_annotate_values_list" ,
139
+ "aggregation.tests.AggregateTestCase.test_combine_different_types" ,
140
+ "aggregation.tests.AggregateTestCase.test_grouped_annotation_in_group_by" ,
141
+ "aggregation.tests.AggregateTestCase.test_non_grouped_annotation_not_in_group_by" ,
142
+ "aggregation.tests.AggregateTestCase.test_values_annotation_with_expression" ,
143
+ "aggregation.tests.AggregateTestCase.test_annotate_ordering" ,
144
+ "aggregation.tests.AggregateTestCase.test_even_more_aggregate" ,
140
145
}
141
146
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
142
147
_django_test_expected_failures_bitwise = {
0 commit comments