We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f16ead commit 6778e4cCopy full SHA for 6778e4c
django_mongodb/features.py
@@ -102,8 +102,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
102
# Union as subquery is not mapping the parent parameter and collections.
103
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_in_subquery_related_outerref",
104
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_in_subquery",
105
- # Log with Decimal128 isn't working as expected.
106
- "db_functions.math.test_log.LogTests.test_decimal",
107
}
108
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
109
_django_test_expected_failures_bitwise = {
0 commit comments