<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/bulk_create/models.py, branch 1.4.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-09-02T16:17:15Z</updated>
<entry>
<title>[1.4.x] Fixed #17788 -- Added batch_size argument to qs.bulk_create()</title>
<updated>2012-09-02T16:17:15Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-29T01:22:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23268608512444de626e63dee1815fb5b5207a48'/>
<id>urn:sha1:23268608512444de626e63dee1815fb5b5207a48</id>
<content type='text'>
The qs.bulk_create() method did not work with large batches together
with SQLite3. This commit adds a way to split the bulk into smaller
batches. The default batch size is unlimited except for SQLite3 where
the batch size is limited to 999 SQL parameters per batch.

Thanks to everybody who participated in the discussions at Trac.

Backpatch of 29132ebdef0e0b9c09e456b05f0e6a22f1106a4f from master (with
documentation changes removed).
</content>
</entry>
<entry>
<title>Fixed #7596.  Added Model.objects.bulk_create, and make use of it in several places.  This provides a performance benefit when inserting multiple objects.  THanks to Russ for the review, and Simon Meers for the MySQl implementation.</title>
<updated>2011-09-09T19:22:28Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-09-09T19:22:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7deb25b8dd5aa1ed02b5e30cbc67cd1fb0c3d6e6'/>
<id>urn:sha1:7deb25b8dd5aa1ed02b5e30cbc67cd1fb0c3d6e6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
