django/docs/releases/4.2.7.txt

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

15 lines
341 B
Plaintext
Raw Normal View History

2023-10-04 15:33:08 +00:00
==========================
Django 4.2.7 release notes
==========================
*Expected November 1, 2023*
Django 4.2.7 fixes 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`).