mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size.
This commit is contained in:
committed by
Tim Graham
parent
a9d1d95284
commit
b3bd3aa07c
@@ -20,3 +20,6 @@ Bugfixes
|
||||
|
||||
* Made the ``JavaScriptCatalog`` view respect the ``packages`` argument;
|
||||
previously it was ignored (:ticket:`27374`).
|
||||
|
||||
* Fixed ``QuerySet.bulk_create()`` on PostgreSQL when the number of objects is
|
||||
a multiple plus one of ``batch_size`` (:ticket:`27385`).
|
||||
|
||||
Reference in New Issue
Block a user