Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.

This commit is contained in:
Akshesh 2016-02-16 20:33:37 +05:30 committed by Tim Graham
parent 88034c9938
commit fdccc02576
4 changed files with 11 additions and 1 deletions

View file

@ -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`).