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 a8ff458 commit 1dad94cCopy full SHA for 1dad94c
django_mongodb/features.py
@@ -69,7 +69,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
69
"aggregation_regress.tests.AggregationTests.test_more_more_more3",
70
# Incorrect JOIN with GenericRelation gives incorrect results.
71
"aggregation_regress.tests.AggregationTests.test_aggregation_with_generic_reverse_relation",
72
- # Date type doesn't support microsecond precision in updates but it does support in creation.
+ # Date type doesn't support microsecond precision.
73
"expressions.tests.FTimeDeltaTests.test_negative_timedelta_update",
74
# UUIDField is not supported.
75
"expressions.tests.ValueTests.test_update_UUIDField_using_Value",
0 commit comments