diff options
| author | Tom Christie | 2013-05-08 20:38:50 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-05-08 20:38:50 +0100 |
| commit | b443560080a20d52a3dd49f625a103810935affd (patch) | |
| tree | 9eec82d93dc45b9fcff250ec1a003618ef0fac3c /docs/api-guide | |
| parent | de69a28b9e786b8c759cda4acedb0a1b8542298b (diff) | |
| download | django-rest-framework-b443560080a20d52a3dd49f625a103810935affd.tar.bz2 | |
Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798
Diffstat (limited to 'docs/api-guide')
| -rw-r--r-- | docs/api-guide/settings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index 84dc8707..b00ab4c1 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -203,7 +203,7 @@ A format string that should be used by default for rendering the output of `Date May be any of `None`, `'iso-8601'` or a python [strftime format][strftime] string. -Default: `None'` +Default: `None` #### DATETIME_INPUT_FORMATS |
