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 @@ -81,6 +81,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
81
81
"auth_tests.test_views.LoginTest.test_login_session_without_hash_session_key" ,
82
82
# GenericRelation.value_to_string() assumes integer pk.
83
83
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string" ,
84
+ # INTPYTHON-348 add support for QuerySet.raw_mql()
85
+ # https://github.com/mongodb-labs/django-mongodb/pull/183
86
+ "raw_query.tests.RawQueryTests" ,
84
87
}
85
88
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
86
89
_django_test_expected_failures_bitwise = {
@@ -413,7 +416,6 @@ def django_test_expected_failures(self):
413
416
"multiple_database.tests.QueryTestCase.test_raw" ,
414
417
"prefetch_related.tests.RawQuerySetTests" ,
415
418
"queries.tests.Queries1Tests.test_order_by_rawsql" ,
416
- "raw_query.tests.RawQueryTests" ,
417
419
"schema.test_logging.SchemaLoggerTests.test_extra_args" ,
418
420
"schema.tests.SchemaTests.test_remove_constraints_capital_letters" ,
419
421
"timezones.tests.LegacyDatabaseTests.test_cursor_execute_accepts_naive_datetime" ,
You can’t perform that action at this time.
0 commit comments