Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery annotations on PostgreSQL.

This commit is contained in:
Hannes Ljungberg 2020-11-09 17:54:20 +01:00 committed by Mariusz Felisiak
parent dbb4a86fa7
commit 0773837e15
3 changed files with 17 additions and 1 deletions

View file

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