diff options
| author | can <cansarigol@derinbilgi.com.tr> | 2019-04-17 09:24:28 +0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-18 07:16:50 +0200 |
| commit | d87bd29c4f8dfcdf3f4a4eb8340e6770a2416fe3 (patch) | |
| tree | e878f4755bbca1aa82d95fe780ed88331f20ddf1 /docs/releases/2.2.1.txt | |
| parent | f110de5c04818b8f915dcf65da37a50c1424c6e6 (diff) | |
Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a nested JSONField key transform.
Diffstat (limited to 'docs/releases/2.2.1.txt')
| -rw-r--r-- | docs/releases/2.2.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index 3a2453dbd1..a740f516ec 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -33,3 +33,8 @@ Bugfixes * Reverted an optimization in Django 2.2 (:ticket:`29725`) that caused the inconsistent behavior of ``count()`` and ``exists()`` on a reverse many-to-many relationship with a custom manager (:ticket:`30325`). + +* Fixed a regression in Django 2.2 where + :class:`~django.core.paginator.Paginator` crashed when ``object_list`` was + a queryset ordered or aggregated over a nested ``JSONField`` key transform + (:ticket:`30335`). |
