mirror of
https://github.com/django/django.git
synced 2025-03-01 12:24:31 +00:00
Regression in d687febce5868545f99974d2499a91f81a32fef5. Backport of a89c715c3bcf7ab1a90747cf8658ebce6304b6e4 from main
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
==========================
|
|
Django 4.2.8 release notes
|
|
==========================
|
|
|
|
*Expected December 4, 2023*
|
|
|
|
Django 4.2.8 fixes several bugs in 4.2.7 and adds compatibility with Python
|
|
3.12.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 4.2 that caused :option:`makemigrations --check`
|
|
to stop displaying pending migrations (:ticket:`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 (:ticket:`34975`).
|
|
|
|
* Fixed a regression in Django 4.2 that caused a crash when annotating a
|
|
``QuerySet`` with a ``Window`` expressions composed of a ``partition_by``
|
|
clause mixing field types and aggregation expressions (:ticket:`34987`).
|
|
|
|
* Fixed a regression in Django 4.2 where the admin's change list page had
|
|
misaligned pagination links and inputs when using ``list_editable``
|
|
(:ticket:`34991`).
|
|
|
|
* Fixed a regression in Django 4.2 where checkboxes in the admin would be
|
|
centered on narrower screen widths (:ticket:`34994`).
|