diff options
| author | DevilsAutumn <bhuvnesh875@gmail.com> | 2022-11-22 15:04:55 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-22 14:47:21 +0100 |
| commit | 4035bab56f2862a25cd7bfba41a84e58672cb1cc (patch) | |
| tree | 7bcf12adc5f6d48b6f9e687d431029e47667105d /docs | |
| parent | 7d5329852f19c6ae78c6f6f3d3e41835377bf295 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
