mirror of
https://github.com/django/django.git
synced 2024-12-27 11:35:53 +00:00
602835202d
Regression inf3f9d03edf
(4.2) and8ed25d65ea
(5.0). Backport of34b411762b
from main
20 lines
577 B
Plaintext
20 lines
577 B
Plaintext
==========================
|
|
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`).
|