4.2.8.txt 556 B

123456789101112131415161718
  1. ==========================
  2. Django 4.2.8 release notes
  3. ==========================
  4. *Expected December 4, 2023*
  5. Django 4.2.8 fixes several bugs in 4.2.7 and adds compatibility with Python
  6. 3.12.
  7. Bugfixes
  8. ========
  9. * Fixed a regression in Django 4.2 that caused :option:`makemigrations --check`
  10. to stop displaying pending migrations (:ticket:`34457`).
  11. * Fixed a regression in Django 4.2 that caused a crash of
  12. ``QuerySet.aggregate()`` with aggregates referencing other aggregates or
  13. window functions through conditional expressions (:ticket:`34975`).