Merge pull request #2997 from ticosax/fix-typo-duration-field

fix Typo
This commit is contained in:
Xavier Ordoquy 2015-06-02 08:27:11 +01:00
commit d4dd22ff1c

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