diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-12-12 19:07:01 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-12 21:57:41 -1000 |
| commit | 6fd6d8383f48ea2fe4e058725fa30529a083e9a5 (patch) | |
| tree | 3837e18f267889cd21ecbb8fedf53653f49f5ac7 /docs | |
| parent | 30a389bd7795016d7f48bcda997e5dea5116f9bb (diff) | |
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField.
This reverts commit a146b65628e702a9a3ed5be21542ca45366fbb29 and adds
a test for the regression.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt index c956d7ce6b..f763691464 100644 --- a/docs/releases/2.0.1.txt +++ b/docs/releases/2.0.1.txt @@ -26,3 +26,6 @@ Bugfixes * Corrected admin check to allow a ``OneToOneField`` in ``ModelAdmin.autocomplete_fields`` (:ticket:`28898`). + +* Fixed a regression on SQLite where ``DecimalField`` returned a result with + trailing zeros in the fractional part truncated (:ticket:`28915`). |
