summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.7.txt
blob: 0b1228c9f67823282ff012b18290f95244a2c68b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
==========================
Django 4.2.7 release notes
==========================

*November 1, 2023*

Django 4.2.7 fixes a security issue with severity "moderate" and several bugs
in 4.2.6.

Bugfixes
========

* Fixed a regression in Django 4.2 that caused a crash of
  ``QuerySet.aggregate()`` with aggregates referencing expressions containing
  subqueries (:ticket:`34798`).

* Restored, following a regression in Django 4.2, creating
  ``varchar/text_pattern_ops`` indexes on ``CharField`` and ``TextField`` with
  deterministic collations on PostgreSQL (:ticket:`34932`).