@@ -77,34 +77,18 @@ class DatabaseFeatures(BaseDatabaseFeatures):
77
77
# decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]
78
78
"lookup.tests.LookupTests.test_lookup_rhs" ,
79
79
# Wrong results in queries with multiple tables.
80
- "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_aggregate_with_m2o" ,
81
80
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_reverse_m2m" ,
82
81
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_with_m2m" ,
83
82
"annotations.tests.NonAggregateAnnotationTestCase.test_chaining_annotation_filter_with_m2m" ,
84
83
"annotations.tests.NonAggregateAnnotationTestCase.test_mti_annotations" ,
85
84
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression" ,
86
85
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression_flat" ,
87
86
"expressions.tests.IterableLookupInnerExpressionsTests.test_expressions_in_lookups_join_choice" ,
88
- "expressions_case.tests.CaseExpressionTests.test_join_promotion" ,
89
- "expressions_case.tests.CaseExpressionTests.test_join_promotion_multiple_annotations" ,
90
87
"ordering.tests.OrderingTests.test_order_by_grandparent_fk_with_expression_in_default_ordering" ,
91
88
"ordering.tests.OrderingTests.test_order_by_parent_fk_with_expression_in_default_ordering" ,
92
89
"ordering.tests.OrderingTests.test_order_by_ptr_field_with_default_ordering_by_expression" ,
93
- "queries.tests.NullJoinPromotionOrTest.test_isnull_filter_promotion" ,
94
- "queries.tests.NullJoinPromotionOrTest.test_ticket_21366" ,
95
- "queries.tests.NullJoinPromotionOrTest.test_ticket_21748" ,
96
90
"queries.tests.Queries1Tests.test_order_by_tables" ,
97
- "queries.tests.Queries1Tests.test_ticket1050" ,
98
- "queries.tests.Queries1Tests.test_ticket2400" ,
99
91
"queries.tests.Queries1Tests.test_ticket4358" ,
100
- "queries.tests.Queries1Tests.test_ticket_10790_1" ,
101
- "queries.tests.Queries1Tests.test_ticket_10790_4" ,
102
- "queries.tests.Queries1Tests.test_ticket_10790_6" ,
103
- "queries.tests.Queries1Tests.test_ticket_10790_7" ,
104
- "queries.tests.Queries4Tests.test_ticket15316_exclude_false" ,
105
- "queries.tests.Queries4Tests.test_ticket15316_filter_true" ,
106
- "queries.tests.Queries4Tests.test_ticket15316_one2one_exclude_false" ,
107
- "queries.tests.Queries4Tests.test_ticket15316_one2one_filter_true" ,
108
92
"queries.tests.Queries4Tests.test_ticket7095" ,
109
93
"queries.tests.TestTicket24605.test_ticket_24605" ,
110
94
"queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
@@ -113,9 +97,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
113
97
"annotations.tests.AliasTests.test_order_by_alias_aggregate" ,
114
98
# annotate() + values_list() + order_by() loses annotated value.
115
99
"expressions_case.tests.CaseExpressionTests.test_annotate_values_not_in_order_by" ,
116
- # Querying the reverse side of a foreign key for None returns no
117
- # results: https://github.com/mongodb-labs/django-mongodb/issues/76
118
- "one_to_one.tests.OneToOneTests.test_filter_one_to_one_relations" ,
119
100
# pymongo.errors.OperationFailure: the limit must be positive
120
101
"queries.tests.WeirdQuerysetSlicingTests.test_tickets_7698_10202" ,
121
102
# QuerySet.explain() not implemented:
0 commit comments