From e703b152c6148ddda1b072a4353e9a41dca87f90 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 1 Jun 2021 15:11:42 +0200 Subject: Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalFields on MySQL. Regression in 1e38f1191de21b6e96736f58df57dfb851a28c1f. Thanks Mohsen Tamiz for the report. --- docs/releases/3.2.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/releases/3.2.4.txt') 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`). -- cgit v1.3