Commit 83281254 by Tom Christie

Hypenate 'un-coerced'

parent c4dff54e
...@@ -865,7 +865,7 @@ Or modify it on an individual serializer field, using the `coerce_to_string` key ...@@ -865,7 +865,7 @@ Or modify it on an individual serializer field, using the `coerce_to_string` key
coerce_to_string=False 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. ## Miscellaneous notes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment