diff options
| author | Tom Christie | 2014-11-25 12:06:27 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-25 12:06:27 +0000 |
| commit | 83281254d1a4685535ab877fb9f9affeb93578bd (patch) | |
| tree | b1ff84dfc5d2e1ae8de8c6dfa70059083d5b5bb5 /docs/topics/3.0-announcement.md | |
| parent | c4dff54ecc487b192d17763e48adc0bfcaa620d3 (diff) | |
| download | django-rest-framework-83281254d1a4685535ab877fb9f9affeb93578bd.tar.bz2 | |
Hypenate 'un-coerced'
Diffstat (limited to 'docs/topics/3.0-announcement.md')
| -rw-r--r-- | docs/topics/3.0-announcement.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index 694ad8a5..24b0923f 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -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. |
