Skip to content

Commit d4dd22f

Browse files
committed
Merge pull request #2997 from ticosax/fix-typo-duration-field
fix Typo
2 parents f8eacc5 + 3f3a01b commit d4dd22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Format strings may either be [Python strftime formats][strftime] which explicitl
305305
## DurationField
306306

307307
A Duration representation.
308-
Corresponds to `django.db.models.fields.Duration`
308+
Corresponds to `django.db.models.fields.DurationField`
309309

310310
The `validated_data` for these fields will contain a `datetime.timedelta` instance.
311311
The representation is a string following this format `'[DD] [HH:[MM:]]ss[.uuuuuu]'`.

0 commit comments

Comments
 (0)