mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery annotations on PostgreSQL.
This commit is contained in:
parent
dbb4a86fa7
commit
0773837e15
3 changed files with 17 additions and 1 deletions
|
@ -14,3 +14,6 @@ Bugfixes
|
|||
|
||||
* Fixed passing extra HTTP headers to ``AsyncRequestFactory`` request methods
|
||||
(:ticket:`32159`).
|
||||
|
||||
* Fixed crash of key transforms for :class:`~django.db.models.JSONField` on
|
||||
PostgreSQL when using on a ``Subquery()`` annotation (:ticket:`32182`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue