1
0
mirror of https://github.com/django/django.git synced 2025-10-09 06:49:12 +00:00
django/docs/releases/5.2.5.txt
Simon Charette 3df1ad57bf [5.2.x] Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL.
Regression in 764af7a3d6c0b543dcf659a2c327f214da768fe4.

Backport of 0fe218842e0e396e3ab3982bd21227968a9e7fd8 from main.
2025-07-10 18:36:01 +02:00

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`).