File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
86
86
"auth_tests.test_views.LoginTest.test_login_session_without_hash_session_key" ,
87
87
# GenericRelation.value_to_string() assumes integer pk.
88
88
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string" ,
89
+ # INTPYTHON-348 add support for QuerySet.raw_mql()
90
+ # https://github.com/mongodb-labs/django-mongodb/pull/183
91
+ "raw_query.tests.RawQueryTests" ,
89
92
}
90
93
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
91
94
_django_test_expected_failures_bitwise = {
@@ -418,7 +421,6 @@ def django_test_expected_failures(self):
418
421
"multiple_database.tests.QueryTestCase.test_raw" ,
419
422
"prefetch_related.tests.RawQuerySetTests" ,
420
423
"queries.tests.Queries1Tests.test_order_by_rawsql" ,
421
- "raw_query.tests.RawQueryTests" ,
422
424
"schema.test_logging.SchemaLoggerTests.test_extra_args" ,
423
425
"schema.tests.SchemaTests.test_remove_constraints_capital_letters" ,
424
426
"timezones.tests.LegacyDatabaseTests.test_cursor_execute_accepts_naive_datetime" ,
You can’t perform that action at this time.
0 commit comments