mirror of
https://github.com/django/django.git
synced 2025-10-09 06:49:12 +00:00
Regression in 764af7a3d6c0b543dcf659a2c327f214da768fe4. Backport of 0fe218842e0e396e3ab3982bd21227968a9e7fd8 from main.
15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
==========================
|
|
Django 5.2.5 release notes
|
|
==========================
|
|
|
|
*Expected August 6, 2025*
|
|
|
|
Django 5.2.5 fixes several bugs in 5.2.4.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 5.2.1 that prevented the usage of ``UNNEST``
|
|
PostgreSQL strategy of ``QuerySet.bulk_create()`` with foreign keys
|
|
(:ticket:`36502`).
|