From 4035bab56f2862a25cd7bfba41a84e58672cb1cc Mon Sep 17 00:00:00 2001 From: DevilsAutumn Date: Tue, 22 Nov 2022 15:04:55 +0530 Subject: Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in unique_fields/update_fields. Bug in 0f6946495a8ec955b471ca1baaf408ceb53d4796. Thanks Joshua Brooks for the report. --- 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 7cdd2521ea..509135f3b2 100644 --- a/docs/releases/4.1.4.txt +++ b/docs/releases/4.1.4.txt @@ -23,3 +23,6 @@ Bugfixes * Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()`` with ``"pk"`` in ``unique_fields`` (:ticket:`34177`). + +* Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()`` + on fields with ``db_column`` (:ticket:`34171`). -- cgit v1.3