summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-06-01 15:11:42 +0200
committerGitHub <noreply@github.com>2021-06-01 15:11:42 +0200
commite703b152c6148ddda1b072a4353e9a41dca87f90 (patch)
treee804298a048464a86dc6a31b1b5c3de1515f2d99 /docs
parenta0410ffe8f43d8dcfbaa261e068879698fafdca3 (diff)
Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalFields on MySQL.
Regression in 1e38f1191de21b6e96736f58df57dfb851a28c1f. Thanks Mohsen Tamiz for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt
index 9941bd7513..b6f7593f2d 100644
--- a/docs/releases/3.2.4.txt
+++ b/docs/releases/3.2.4.txt
@@ -28,3 +28,6 @@ Bugfixes
* Fixed a regression in Django 3.2 that caused a crash of auto-reloader with
``AttributeError``, e.g. inside a ``Conda`` environment (:ticket:`32783`).
+
+* Fixed a regression in Django 3.2 that caused a loss of precision for
+ operations with ``DecimalField`` on MySQL (:ticket:`32793`).