Skip to content

Commit de8fcbf

Browse files
author
Eduard Iskandarov
committed
Refs: #4256 delete unrelevant documentation
1 parent 20e3717 commit de8fcbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/api-guide/fields.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ Format strings may either be [Python strftime formats][strftime] which explicitl
303303

304304
When a value of `None` is used for the format `datetime` objects will be returned by `to_representation` and the final output representation will determined by the renderer class.
305305

306-
In the case of JSON this means the default datetime representation uses the [ECMA 262 date time string specification][ecma262]. This is a subset of ISO 8601 which uses millisecond precision, and includes the 'Z' suffix for the UTC timezone, for example: `2013-01-29T12:34:56.123Z`.
307-
308306
#### `auto_now` and `auto_now_add` model fields.
309307

310308
When using `ModelSerializer` or `HyperlinkedModelSerializer`, note that any model fields with `auto_now=True` or `auto_now_add=True` will use serializer fields that are `read_only=True` by default.

0 commit comments

Comments
 (0)