1
0
mirror of https://github.com/django/django.git synced 2025-06-05 19:49:13 +00:00

change "has now" -> "now has" in 1.5 release notes

I believe this is standard.
This commit is contained in:
Michael Blume 2012-08-06 14:28:58 -07:00
parent ede49c7ee0
commit c8780d9f4d

View File

@ -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.