mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 05:04:31 +03:00
Hypenate 'un-coerced'
This commit is contained in:
parent
c4dff54ecc
commit
83281254d1
|
@ -865,7 +865,7 @@ Or modify it on an individual serializer field, using the `coerce_to_string` key
|
|||
coerce_to_string=False
|
||||
)
|
||||
|
||||
The default JSON renderer will return float objects for uncoerced `Decimal` instances. This allows you to easily switch between string or float representations for decimals depending on your API design needs.
|
||||
The default JSON renderer will return float objects for un-coerced `Decimal` instances. This allows you to easily switch between string or float representations for decimals depending on your API design needs.
|
||||
|
||||
## Miscellaneous notes.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user