Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 058424c

Browse filesBrowse files
authored
docs: delete duplicate explanation (#8641)
1 parent eb88dfc commit 058424c
Copy full SHA for 058424c

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎docs/api-guide/fields.md

Copy file name to clipboardExpand all lines: docs/api-guide/fields.md
-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.