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 13:56:42 -0500
commitfdccc02576ae5a524338f65e629948604d80b4c8 (patch)
tree8a48e8a110e91bfa468a629b058f50f521de6491 /docs
parent88034c9938d92193d2104ecfe77999c69301dcc1 (diff)
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
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`).