summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAkshesh <aksheshdoshi@gmail.com>2016-02-16 20:33:37 +0530
committerTim Graham <timograham@gmail.com>2016-02-17 14:00:38 -0500
commit0d2b97ca18b576d1bbff2ccb089527e36d99eaf9 (patch)
tree4b6f2d9080212274c386941dc40ad313c796bd71 /docs
parent477b82cf8a7eefac98ff4f5afb4754727f4b0004 (diff)
[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Backport of fdccc02576ae5a524338f65e629948604d80b4c8 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt
index af7bcf21bb..b250bb247e 100644
--- a/docs/releases/1.9.3.txt
+++ b/docs/releases/1.9.3.txt
@@ -31,3 +31,6 @@ Bugfixes
* Fixed :class:`~django.contrib.postgres.fields.RangeField` and
:class:`~django.contrib.postgres.fields.ArrayField` serialization with
``None`` values (:ticket:`26215`).
+
+* Fixed a crash when filtering by a ``Decimal`` in ``RawQuery``
+ (:ticket:`26219`).