mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[2.2.x] Fixed typo in QuerySet.bulk_update() documentation.
Backport of 51fa59f0b39b24d4a589e01a26e539c3134a6c42 from master.
This commit is contained in:
parent
4882921fb7
commit
7185ea6902
@ -2129,7 +2129,7 @@ them, but it has a few caveats:
|
|||||||
* If ``objs`` contains duplicates, only the first one is updated.
|
* If ``objs`` contains duplicates, only the first one is updated.
|
||||||
|
|
||||||
The ``batch_size`` parameter controls how many objects are saved in a single
|
The ``batch_size`` parameter controls how many objects are saved in a single
|
||||||
query. The default is to create all objects in one batch, except for SQLite
|
query. The default is to update all objects in one batch, except for SQLite
|
||||||
and Oracle which have restrictions on the number of variables used in a query.
|
and Oracle which have restrictions on the number of variables used in a query.
|
||||||
|
|
||||||
``count()``
|
``count()``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user