diff options
| author | David Sanders <shang.xiao.sanders@gmail.com> | 2023-05-24 18:59:55 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 10:59:55 +0200 |
| commit | 0c1518ee429b01c145cf5b34eab01b0b92f8c246 (patch) | |
| tree | fd873ce8aabd03208aa033a73c8bbe418b1b2ff9 /docs | |
| parent | 8b053c1e3c3dc50a73e471e4edcd2171fc24a7ec (diff) | |
Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField values to decimal."
This reverts 7990d254b0af158baf827fafbd90fe8e890f23bd.
Thanks Marc Odermatt for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.2.txt b/docs/releases/4.2.2.txt index df3f2a2710..fef5d8d364 100644 --- a/docs/releases/4.2.2.txt +++ b/docs/releases/4.2.2.txt @@ -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`). |
