diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 3ddd516eaf..ac7bf83e7f 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -2129,7 +2129,7 @@ them, but it has a few caveats: * If ``objs`` contains duplicates, only the first one is updated. 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. ``count()``