From fdccc02576ae5a524338f65e629948604d80b4c8 Mon Sep 17 00:00:00 2001 From: Akshesh Date: Tue, 16 Feb 2016 20:33:37 +0530 Subject: Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery. --- docs/releases/1.9.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3