@@ -76,9 +76,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
76
76
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder" ,
77
77
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform" ,
78
78
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform" ,
79
- # DecimalField lookup with F expression crashes:
80
- # decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]
81
- "lookup.tests.LookupTests.test_lookup_rhs" ,
82
79
# Wrong results in queries with multiple tables.
83
80
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_reverse_m2m" ,
84
81
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_with_m2m" ,
@@ -91,7 +88,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
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
90
"queries.tests.Queries1Tests.test_order_by_tables" ,
94
- "queries.tests.Queries1Tests.test_ticket4358 " ,
91
+ "queries.tests.Queries4Tests.test_filter_reverse_non_integer_pk " ,
95
92
"queries.tests.Queries4Tests.test_ticket7095" ,
96
93
"queries.tests.TestTicket24605.test_ticket_24605" ,
97
94
"queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
@@ -100,8 +97,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
100
97
"annotations.tests.AliasTests.test_order_by_alias_aggregate" ,
101
98
# annotate() + values_list() + order_by() loses annotated value.
102
99
"expressions_case.tests.CaseExpressionTests.test_annotate_values_not_in_order_by" ,
103
- # pymongo.errors.OperationFailure: the limit must be positive
104
- "queries.tests.WeirdQuerysetSlicingTests.test_tickets_7698_10202" ,
105
100
# QuerySet.explain() not implemented:
106
101
# https://github.com/mongodb-labs/django-mongodb/issues/28
107
102
"queries.test_explain.ExplainUnsupportedTests.test_message" ,
0 commit comments