Commit 3f3a01b4 by Nicolas Delaby

fix Typo

parent f8eacc5b
...@@ -305,7 +305,7 @@ Format strings may either be [Python strftime formats][strftime] which explicitl ...@@ -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]'`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment