Skip to content

Commit 1dad94c

Browse files
committed
fix linter.
1 parent a8ff458 commit 1dad94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
6969
"aggregation_regress.tests.AggregationTests.test_more_more_more3",
7070
# Incorrect JOIN with GenericRelation gives incorrect results.
7171
"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.
72+
# Date type doesn't support microsecond precision.
7373
"expressions.tests.FTimeDeltaTests.test_negative_timedelta_update",
7474
# UUIDField is not supported.
7575
"expressions.tests.ValueTests.test_update_UUIDField_using_Value",

0 commit comments

Comments
 (0)