This commit is contained in:
Nicolas Delaby 2015-06-02 09:18:24 +02:00
parent f8eacc5bc0
commit 3f3a01b4b8

View File

@ -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]'`.