Kaydet (Commit) fa3f0aa0 authored tarafından Tim Graham's avatar Tim Graham

Merge pull request #252 from MichaelBlume/patch-1

Grammar fix in 1.5 release notes.
...@@ -107,7 +107,7 @@ Django 1.5 also includes several smaller improvements worth noting: ...@@ -107,7 +107,7 @@ Django 1.5 also includes several smaller improvements worth noting:
connect to more than one signal by supplying a list of signals. connect to more than one signal by supplying a list of signals.
* :meth:`QuerySet.bulk_create() * :meth:`QuerySet.bulk_create()
<django.db.models.query.QuerySet.bulk_create>` has now a batch_size <django.db.models.query.QuerySet.bulk_create>` now has a batch_size
argument. By default the batch_size is unlimited except for SQLite where argument. By default the batch_size is unlimited except for SQLite where
single batch is limited so that 999 parameters per query isn't exceeded. single batch is limited so that 999 parameters per query isn't exceeded.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment