Skip to content

Commit 6778e4c

Browse files
committed
Edits.
1 parent 3f16ead commit 6778e4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_mongodb/features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
102102
# Union as subquery is not mapping the parent parameter and collections.
103103
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_in_subquery_related_outerref",
104104
"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",
107105
}
108106
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
109107
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)