diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index aad188511..a6743c5a5 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -305,7 +305,7 @@ Format strings may either be [Python strftime formats][strftime] which explicitl ## DurationField A Duration representation. -Corresponds to `django.db.models.fields.Duration` +Corresponds to `django.db.models.fields.DurationField` The `validated_data` for these fields will contain a `datetime.timedelta` instance. The representation is a string following this format `'[DD] [HH:[MM:]]ss[.uuuuuu]'`.