@@ -49,17 +49,18 @@ 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 annotation names in $project (dollar prefixed) when querying
53
+ # multiple collections.
53
54
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_reverse_m2m" ,
54
55
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_with_m2m" ,
55
56
"annotations.tests.NonAggregateAnnotationTestCase.test_chaining_annotation_filter_with_m2m" ,
56
57
"annotations.tests.NonAggregateAnnotationTestCase.test_mti_annotations" ,
57
58
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression" ,
58
59
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression_flat" ,
60
+ # range lookup includes incorrect values.
59
61
"expressions.tests.IterableLookupInnerExpressionsTests.test_expressions_in_lookups_join_choice" ,
62
+ # Unexpected alias_refcount in alias_map.
60
63
"queries.tests.Queries1Tests.test_order_by_tables" ,
61
- "queries.tests.TestTicket24605.test_ticket_24605" ,
62
- "queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
63
64
# QuerySet.explain() not implemented:
64
65
# https://github.com/mongodb-labs/django-mongodb/issues/28
65
66
"queries.test_explain.ExplainUnsupportedTests.test_message" ,
@@ -185,6 +186,7 @@ def django_test_expected_failures(self):
185
186
"model_fields.test_autofield.AutoFieldTests" ,
186
187
"model_fields.test_autofield.BigAutoFieldTests" ,
187
188
"model_fields.test_autofield.SmallAutoFieldTests" ,
189
+ "queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
188
190
},
189
191
"MongoDB does not enforce UNIQUE constraints." : {
190
192
"auth_tests.test_basic.BasicTestCase.test_unicode_username" ,
@@ -254,6 +256,7 @@ def django_test_expected_failures(self):
254
256
"queries.tests.Queries6Tests.test_tickets_8921_9188" ,
255
257
"queries.tests.Queries6Tests.test_xor_subquery" ,
256
258
"queries.tests.QuerySetBitwiseOperationTests.test_subquery_aliases" ,
259
+ "queries.tests.TestTicket24605.test_ticket_24605" ,
257
260
"queries.tests.Ticket20101Tests.test_ticket_20101" ,
258
261
"queries.tests.Ticket20788Tests.test_ticket_20788" ,
259
262
"queries.tests.Ticket22429Tests.test_ticket_22429" ,
0 commit comments