<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/bulk_create, branch 3.2</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_create() after parent.</title>
<updated>2020-10-26T11:00:34+00:00</updated>
<author>
<name>Hannes Ljungberg</name>
<email>hannes.ljungberg@gmail.com</email>
</author>
<published>2020-10-22T14:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=10f8b82d195caa3745ba37d9424893763f89653e'/>
<id>10f8b82d195caa3745ba37d9424893763f89653e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VALUE_ON_ZERO SQL mode is enabled.</title>
<updated>2020-07-20T07:48:31+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-07-20T07:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=83f55aafdd635189c010cff403f66b54d695921a'/>
<id>83f55aafdd635189c010cff403f66b54d695921a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and set ForeignKeys to AutoFields on Oracle.</title>
<updated>2020-02-28T11:56:03+00:00</updated>
<author>
<name>Hans Aarne Liblik</name>
<email>Hans.Liblik@gmail.com</email>
</author>
<published>2020-02-28T06:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a21f7b91db273a03abfb47b0580bb39e0043c99a'/>
<id>a21f7b91db273a03abfb47b0580bb39e0043c99a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().</title>
<updated>2020-02-10T07:36:50+00:00</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-01-20T10:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=382af9b14113aaa8821da404933c12053bb394fd'/>
<id>382af9b14113aaa8821da404933c12053bb394fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30987 -- Added models.PositiveBigIntegerField.</title>
<updated>2019-11-19T08:34:11+00:00</updated>
<author>
<name>Caio Ariede</name>
<email>caio.ariede@gmail.com</email>
</author>
<published>2019-10-16T12:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=555bebe7749ab1a72d5141a00f9ce7a602c72298'/>
<id>555bebe7749ab1a72d5141a00f9ce7a602c72298</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30827 -- Made batch_size arg of QuerySet.bulk_create() respect DatabaseOperations.bulk_batch_size().</title>
<updated>2019-10-21T09:46:44+00:00</updated>
<author>
<name>Ahmet Kucuk</name>
<email>ahmetkucuk92@gmail.com</email>
</author>
<published>2019-10-01T17:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=09578f6dfb757c55f107e30a85434cedeb47465a'/>
<id>09578f6dfb757c55f107e30a85434cedeb47465a</id>
<content type='text'>
Thanks Chetan Khanna for tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Chetan Khanna for tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts on Oracle.</title>
<updated>2019-10-01T10:38:58+00:00</updated>
<author>
<name>Ahmet Kucuk</name>
<email>ahmetkucuk92@gmail.com</email>
</author>
<published>2019-10-01T05:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=dc890bef5ad8e9fccce55f3e64af72103ea6e8c1'/>
<id>dc890bef5ad8e9fccce55f3e64af72103ea6e8c1</id>
<content type='text'>
Text with more than 4000 characters must be set to as a CLOB on Oracle
what caused a mixed datatype error (ORA-01790) when shorter text
appeared in the same operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Text with more than 4000 characters must be set to as a CLOB on Oracle
what caused a mixed datatype error (ORA-01790) when shorter text
appeared in the same operation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for other columns.</title>
<updated>2019-01-30T20:31:56+00:00</updated>
<author>
<name>Johannes Hoppe</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2019-01-30T20:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=b131f9c79f3284f7220c65ceb9125ba4278dc0a4'/>
<id>b131f9c79f3284f7220c65ceb9125ba4278dc0a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed Sqlite and Sqlite3 references to SQLite.</title>
<updated>2018-12-22T23:52:54+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2018-12-22T23:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e626a3f993fc0581a3e0770a3930ac1fc20196cb'/>
<id>e626a3f993fc0581a3e0770a3930ac1fc20196cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.</title>
<updated>2018-08-03T21:40:46+00:00</updated>
<author>
<name>Tom</name>
<email>tom@tomforb.es</email>
</author>
<published>2017-10-02T23:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f1fbef6cd171ddfae41fcc901f1f60ccad039f51'/>
<id>f1fbef6cd171ddfae41fcc901f1f60ccad039f51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
