<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/bulk_create/tests.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>Convert much of the regression tests to use absolute imports.  There's still work to be done though.</title>
<updated>2011-10-13T18:51:33Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d362c1546f8ad62811e5dee3cf0b43170e6e1c4c'/>
<id>urn:sha1:d362c1546f8ad62811e5dee3cf0b43170e6e1c4c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Ensure bulk_create returns the right value if the argument is an empty list.</title>
<updated>2011-09-10T21:46:59Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-09-10T21:46:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b45a4acf6f29025f28baf524809f34a14b7ccde7'/>
<id>urn:sha1:b45a4acf6f29025f28baf524809f34a14b7ccde7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Ensure bulk_create returns what it is supposed to.</title>
<updated>2011-09-10T21:44:57Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-09-10T21:44:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2bc919ec00457fd53f093af53ab71c7f1bcfbcd'/>
<id>urn:sha1:f2bc919ec00457fd53f093af53ab71c7f1bcfbcd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</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>
