mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 05:06:53 +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
|
## DurationField
|
||||||
|
|
||||||
A Duration representation.
|
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 `validated_data` for these fields will contain a `datetime.timedelta` instance.
|
||||||
The representation is a string following this format `'[DD] [HH:[MM:]]ss[.uuuuuu]'`.
|
The representation is a string following this format `'[DD] [HH:[MM:]]ss[.uuuuuu]'`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user