1
0
mirror of https://github.com/django/django.git synced 2025-10-27 07:36:08 +00:00

Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField values to decimal."

This reverts 7990d254b0.

Thanks Marc Odermatt for the report.
This commit is contained in:
David Sanders
2023-05-24 18:59:55 +10:00
committed by GitHub
parent 8b053c1e3c
commit 0c1518ee42
3 changed files with 10 additions and 5 deletions

View File

@@ -36,3 +36,7 @@ Bugfixes
* Fixed a regression in Django 4.2 that caused a crash of
``QuerySet.aggregate()`` with aggregates referencing subqueries
(:ticket:`34551`).
* Fixed a regression in Django 4.2 that caused a crash of querysets on SQLite
when filtering on ``DecimalField`` against values outside of the defined
range (:ticket:`34590`).