0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00
django/docs/releases/4.2.7.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
378 B
Plaintext
Raw Normal View History

2023-10-04 17:33:08 +02:00
==========================
Django 4.2.7 release notes
==========================
*November 1, 2023*
2023-10-04 17:33:08 +02:00
Django 4.2.7 fixes a security issue with severity "moderate" and several bugs
in 4.2.6.
2023-10-04 17:33:08 +02:00
Bugfixes
========
* Fixed a regression in Django 4.2 that caused a crash of
``QuerySet.aggregate()`` with aggregates referencing expressions containing
subqueries (:ticket:`34798`).