@@ -77,10 +77,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
77
77
# Connection creation doesn't follow the usual Django API.
78
78
"backends.tests.ThreadTests.test_pass_connection_between_threads" ,
79
79
"backends.tests.ThreadTests.test_default_connection_thread_local" ,
80
- # ObjectId type mismatch in a subquery:
81
- # https://github.com/mongodb-labs/django-mongodb/issues/161
82
- "queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
83
- "queries.tests.ValuesSubqueryTests.test_values_in_subquery" ,
84
80
# Object of type ObjectId is not JSON serializable.
85
81
"auth_tests.test_views.LoginTest.test_login_session_without_hash_session_key" ,
86
82
# GenericRelation.value_to_string() assumes integer pk.
@@ -225,6 +221,8 @@ def django_test_expected_failures(self):
225
221
"expressions.tests.BasicExpressionsTests.test_nested_subquery_outer_ref_with_autofield" ,
226
222
"model_fields.test_foreignkey.ForeignKeyTests.test_to_python" ,
227
223
"queries.test_qs_combinators.QuerySetSetOperationTests.test_order_raises_on_non_selected_column" ,
224
+ "queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
225
+ "queries.tests.ValuesSubqueryTests.test_values_in_subquery" ,
228
226
},
229
227
"Cannot use QuerySet.delete() when querying across multiple collections on MongoDB." : {
230
228
"admin_changelist.tests.ChangeListTests.test_distinct_for_many_to_many_at_second_level_in_search_fields" ,
0 commit comments