mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
fix Typo
This commit is contained in:
parent
f8eacc5bc0
commit
3f3a01b4b8
|
@ -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]'`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user