Expected December 4, 2023
Django 4.2.8 fixes several bugs in 4.2.7 and adds compatibility with Python 3.12.
Fixed a regression in Django 4.2 that caused makemigrations --check
to stop displaying pending migrations (#34457).
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 (#34975).
Nov 21, 2023