Skip to content

Commit

Permalink
docs: delete duplicate explanation (#8641)
Browse files Browse the repository at this point in the history
  • Loading branch information
taajik committed Sep 22, 2022
1 parent eb88dfc commit 058424c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/api-guide/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@ And to validate numbers up to anything less than one billion with a resolution o

serializers.DecimalField(max_digits=19, decimal_places=10)

This field also takes an optional argument, `coerce_to_string`. If set to `True` the representation will be output as a string. If set to `False` the representation will be left as a `Decimal` instance and the final representation will be determined by the renderer.

If unset, this will default to the same value as the `COERCE_DECIMAL_TO_STRING` setting, which is `True` unless set otherwise.

---

# Date and time fields
Expand Down

0 comments on commit 058424c

Please sign in to comment.