You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-guide/fields.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ The `validated_data` for these fields will contain a `datetime.timedelta` instan
385
385
*`min_value` Validate that the duration provided is no less than this value.
386
386
387
387
#### `DurationField` format strings
388
-
Format strings may either be the special string `'iso-8601'`, which indicates that [ISO 8601][iso8601] style intervals should be used (eg `'P4DT1H15M20S'`), or the special string `'standard'`, which indicates that Django interval format `'[DD] [HH:[MM:]]ss[.uuuuuu]'`hould be used (eg: `'4 1:15:20'`).
388
+
Format strings may either be the special string `'iso-8601'`, which indicates that [ISO 8601][iso8601] style intervals should be used (eg `'P4DT1H15M20S'`), or the special string `'standard'`, which indicates that Django interval format `'[DD] [HH:[MM:]]ss[.uuuuuu]'`should be used (eg: `'4 1:15:20'`).
0 commit comments