@@ -49,17 +49,17 @@ class DatabaseFeatures(BaseDatabaseFeatures):
49
49
"db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests.test_trunc_timezone_applied_before_truncation" ,
50
50
# Length of null considered zero rather than null.
51
51
"db_functions.text.test_length.LengthTests.test_basic" ,
52
- # Wrong results in queries with multiple tables.
52
+ # Wrong annotations (dollar prefixed) when querying multiple tables.
53
53
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_reverse_m2m" ,
54
54
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_with_m2m" ,
55
55
"annotations.tests.NonAggregateAnnotationTestCase.test_chaining_annotation_filter_with_m2m" ,
56
56
"annotations.tests.NonAggregateAnnotationTestCase.test_mti_annotations" ,
57
57
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression" ,
58
58
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression_flat" ,
59
+ # range lookup includes incorrect values
59
60
"expressions.tests.IterableLookupInnerExpressionsTests.test_expressions_in_lookups_join_choice" ,
61
+ # Unexpected alias_refcount in alias_map.
60
62
"queries.tests.Queries1Tests.test_order_by_tables" ,
61
- "queries.tests.TestTicket24605.test_ticket_24605" ,
62
- "queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
63
63
# QuerySet.explain() not implemented:
64
64
# https://github.com/mongodb-labs/django-mongodb/issues/28
65
65
"queries.test_explain.ExplainUnsupportedTests.test_message" ,
@@ -185,6 +185,7 @@ def django_test_expected_failures(self):
185
185
"model_fields.test_autofield.AutoFieldTests" ,
186
186
"model_fields.test_autofield.BigAutoFieldTests" ,
187
187
"model_fields.test_autofield.SmallAutoFieldTests" ,
188
+ "queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
188
189
},
189
190
"MongoDB does not enforce UNIQUE constraints." : {
190
191
"auth_tests.test_basic.BasicTestCase.test_unicode_username" ,
@@ -254,6 +255,7 @@ def django_test_expected_failures(self):
254
255
"queries.tests.Queries6Tests.test_tickets_8921_9188" ,
255
256
"queries.tests.Queries6Tests.test_xor_subquery" ,
256
257
"queries.tests.QuerySetBitwiseOperationTests.test_subquery_aliases" ,
258
+ "queries.tests.TestTicket24605.test_ticket_24605" ,
257
259
"queries.tests.Ticket20101Tests.test_ticket_20101" ,
258
260
"queries.tests.Ticket20788Tests.test_ticket_20788" ,
259
261
"queries.tests.Ticket22429Tests.test_ticket_22429" ,
0 commit comments