mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
This commit is contained in:
parent
88034c9938
commit
fdccc02576
4 changed files with 11 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue