mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_fields.
Bug in 0f6946495a.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user