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 a904789 commit 526d425Copy full SHA for 526d425
django_mongodb/features.py
@@ -46,9 +46,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
46
# Pattern lookups that use regexMatch don't work on JSONField:
47
# Unsupported conversion from array to string in $convert
48
"model_fields.test_jsonfield.TestQuerying.test_icontains",
49
- # MongoDB gives the wrong result of log(number, base) when base is a
50
- # fractional Decimal: https://jira.mongodb.org/browse/SERVER-91223
51
- "db_functions.math.test_log.LogTests.test_decimal",
52
# MongoDB gives ROUND(365, -1)=360 instead of 370 like other databases.
53
"db_functions.math.test_round.RoundTests.test_integer_with_negative_precision",
54
# Truncating in another timezone doesn't work becauase MongoDB converts
0 commit comments