From b3bd3aa07c026239dd39d1a37498dfd0a2f09caf Mon Sep 17 00:00:00 2001 From: David Barragán Merino Date: Tue, 25 Oct 2016 16:51:45 +0200 Subject: Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size. --- docs/releases/1.10.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.3.txt b/docs/releases/1.10.3.txt index a45124fb3a..5bb340a3a8 100644 --- a/docs/releases/1.10.3.txt +++ b/docs/releases/1.10.3.txt @@ -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`). -- cgit v1.3