10000 docs: delete duplicate explanation by taajik · Pull Request #8641 · encode/django-rest-framework · GitHub
[go: up one dir, main page]

Skip to content
8000

docs: delete duplicate explanation #8641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/api-guide/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,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 othe 49E0 rwise.

---

# Date and time fields
Expand Down
0