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