1
0
mirror of https://github.com/django/django.git synced 2025-01-15 21:02:52 +00:00
django/docs/releases/4.2.7.txt
Mariusz Felisiak 3361668ff4 [5.0.x] Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23.
Backport of fdd1323b9c83e56184e0c992af8faf8d54327775 from main
2023-10-25 05:43:00 +02:00

16 lines
378 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`).