mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-27 12:04:02 +03:00
Update docs
This commit is contained in:
parent
29a54b5a77
commit
d20089c8d1
|
@ -176,37 +176,26 @@ Default: `'format'`
|
||||||
|
|
||||||
## DATE_INPUT_FORMATS
|
## DATE_INPUT_FORMATS
|
||||||
|
|
||||||
Default:
|
Default: `ISO8601`
|
||||||
|
|
||||||
(
|
|
||||||
'%Y-%m-%d', # '1984-07-31'
|
|
||||||
)
|
|
||||||
|
|
||||||
## DATE_OUTPUT_FORMAT
|
## DATE_OUTPUT_FORMAT
|
||||||
|
|
||||||
|
Default: `ISO8601`
|
||||||
|
|
||||||
## DATETIME_INPUT_FORMATS
|
## DATETIME_INPUT_FORMATS
|
||||||
|
|
||||||
Default:
|
Default: `ISO8601`
|
||||||
|
|
||||||
(
|
|
||||||
'%Y-%m-%d', # '1984-07-31'
|
|
||||||
'%Y-%m-%d %H:%M', # '1984-07-31 04:31'
|
|
||||||
'%Y-%m-%d %H:%M:%S', # '1984-07-31 04:31:59'
|
|
||||||
'%Y-%m-%d %H:%M:%S.%f', # '1984-07-31 04:31:59.000200'
|
|
||||||
)
|
|
||||||
|
|
||||||
## DATETIME_OUTPUT_FORMAT
|
## DATETIME_OUTPUT_FORMAT
|
||||||
|
|
||||||
|
Default: `ISO8601`
|
||||||
|
|
||||||
## TIME_INPUT_FORMATS
|
## TIME_INPUT_FORMATS
|
||||||
|
|
||||||
Default:
|
Default: `ISO8601`
|
||||||
|
|
||||||
(
|
|
||||||
'%H:%M', # '04:31'
|
|
||||||
'%H:%M:%S', # '04:31:59'
|
|
||||||
'%H:%M:%S.%f', # '04:31:59.000200'
|
|
||||||
)
|
|
||||||
|
|
||||||
## TIME_OUTPUT_FORMAT
|
## TIME_OUTPUT_FORMAT
|
||||||
|
|
||||||
|
Default: `ISO8601`
|
||||||
|
|
||||||
[cite]: http://www.python.org/dev/peps/pep-0020/
|
[cite]: http://www.python.org/dev/peps/pep-0020/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user