From 7d5329852f19c6ae78c6f6f3d3e41835377bf295 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 22 Nov 2022 14:26:23 +0100 Subject: Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_fields. Bug in 0f6946495a8ec955b471ca1baaf408ceb53d4796. --- docs/releases/4.1.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.1.4.txt b/docs/releases/4.1.4.txt index c8f97b5278..7cdd2521ea 100644 --- a/docs/releases/4.1.4.txt +++ b/docs/releases/4.1.4.txt @@ -20,3 +20,6 @@ Bugfixes * Fixed a bug in Django 4.1 that caused a crash of ``acreate()``, ``aget_or_create()``, and ``aupdate_or_create()`` asynchronous methods for related managers (:ticket:`34139`). + +* Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()`` + with ``"pk"`` in ``unique_fields`` (:ticket:`34177`). -- cgit v1.3