8000 docs: delete duplicate explanation (#8641) · encode/django-rest-framework@058424c · GitHub
[go: up one dir, main page]

Skip to content

Commit 058424c

Browse files
authored
docs: delete duplicate explanation (#8641)
1 parent eb88dfc commit 058424c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/api-guide/fields.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,6 @@ And to validate numbers up to anything less than one billion with a resolution o
306306

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

309-
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.
310-
311-
If unset, this will default to the same value as the `COERCE_DECIMAL_TO_STRING` setting, which is `True` unless set otherwise.
312-
313309
---
314310

315311
# Date and time fields

0 commit comments

Comments
 (0)
0