1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref
Anssi Kääriäinen 29132ebdef Fixed #17788 -- Added batch_size argument to qs.bulk_create()
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.
2012-07-17 15:24:41 +03:00
..
class-based-views Fixed a formatting issue in the CBV docs. 2012-06-28 17:18:50 +02:00
contrib Dropped support for GDAL < 1.5 2012-07-15 21:10:32 +02:00
files Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
forms Fixed #18374 -- Explained "corrupt image" error 2012-07-08 11:53:45 +02:00
models Fixed #17788 -- Added batch_size argument to qs.bulk_create() 2012-07-17 15:24:41 +03:00
templates Fixed #18617 -- Highlighted that the app_directories template loader depends on the order of INSTALLED_APPS. 2012-07-12 23:02:58 +02:00
authbackends.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
clickjacking.txt Fixed #14201 - Add a "security overview" page to the docs 2011-06-10 15:14:36 +00:00
databases.txt Fixed #16882 - Clarified why one should not use 'init_command' after initial database creation. 2012-07-01 07:25:24 -04:00
django-admin.txt Fixed #18164 -- Precised startapp template context content 2012-07-07 23:08:43 +02:00
exceptions.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
index.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00
middleware.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
request-response.txt Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__ 2012-06-30 21:27:47 +02:00
settings.txt Updated obsolete links in the documentation 2012-06-28 10:49:07 +02:00
signals.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
template-response.txt Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
unicode.txt Fixed #18363 -- Added Python 3 compatibility layer. 2012-06-07 18:36:53 +02:00
utils.txt Deprecate two methods (which I seriously doubt anyone ever used, but they were documented so...) because they cannot be implemented efficiently on top of collections.SortedDict in Python 2.7 and up. 2012-07-14 16:08:42 -07:00
validators.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00