mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField.
This reverts commit a146b65628
and adds
a test for the regression.
This commit is contained in:
parent
30a389bd77
commit
6fd6d8383f
3 changed files with 12 additions and 6 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue