diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.3.txt | 3 |
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`). |
