2023-11-01 07:22:25 +00:00
|
|
|
==========================
|
|
|
|
Django 4.2.8 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected December 4, 2023*
|
|
|
|
|
|
|
|
Django 4.2.8 fixes several bugs in 4.2.7.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2023-11-08 22:29:07 +00:00
|
|
|
* Fixed a regression in Django 4.2 that caused :option:`makemigrations --check`
|
|
|
|
to stop displaying pending migrations (:ticket:`34457`).
|
2023-11-18 00:42:44 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.2 that caused a crash of
|
|
|
|
``QuerySet.aggregate()`` with aggregates referencing other aggregates or
|
|
|
|
window functions through conditional expressions (:ticket:`34975`).
|