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.
2 parents f8eacc5 + 3f3a01b commit d4dd22fCopy full SHA for d4dd22f
docs/api-guide/fields.md
@@ -305,7 +305,7 @@ Format strings may either be [Python strftime formats][strftime] which explicitl
305
## DurationField
306
307
A Duration representation.
308
-Corresponds to `django.db.models.fields.Duration`
+Corresponds to `django.db.models.fields.DurationField`
309
310
The `validated_data` for these fields will contain a `datetime.timedelta` instance.
311
The representation is a string following this format `'[DD] [HH:[MM:]]ss[.uuuuuu]'`.
0 commit comments