mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-23 14:40:06 +03:00
Update docs/api-guide/fields.md
This commit is contained in:
parent
44691e1a47
commit
a9282a53ee
|
@ -327,7 +327,7 @@ Corresponds to `django.db.models.fields.DateTimeField`.
|
|||
|
||||
Format strings may either be [Python strftime formats][strftime] which explicitly specify the format, or the special string `'iso-8601'`, which indicates that [ISO 8601][iso8601] style datetimes should be used. (eg `'2013-01-29T12:34:56.000000Z'`)
|
||||
|
||||
When a value of `None` is used for the format `datetime` objects will be returned by `to_representation` and the final output representation wil be determined by the renderer class.
|
||||
When a value of `None` is used for the format `datetime` objects will be returned by `to_representation` and the final output representation will be determined by the renderer class.
|
||||
|
||||
#### `auto_now` and `auto_now_add` model fields.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user