mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreField annotation.
This was a regression introduced by7deeabc7c7to address CVE-2019-14234. Thanks Tim Kleinschmidt for the report and Mariusz for the tests. Backport of6c3dfba892from master
This commit is contained in:
committed by
Mariusz Felisiak
parent
7bd28727ad
commit
574154ef56
@@ -9,4 +9,6 @@ Django 1.11.25 fixes a regression in 1.11.23.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a crash when filtering with a ``Subquery()`` annotation of a queryset
|
||||
containing :class:`~django.contrib.postgres.fields.JSONField` or
|
||||
:class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).
|
||||
|
||||
Reference in New Issue
Block a user