1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[2.0.x] Fixed typo in docs/ref/models/querysets.txt.

Backport of ec5f7cb92e315846cb020b909b0ab7e0489aad05 from master
This commit is contained in:
Botond Beres 2017-10-25 19:03:21 -04:00 committed by Tim Graham
parent 854aec4801
commit 0eccbd2a8e

View File

@ -1973,7 +1973,7 @@ This has a number of caveats though:
unless the database backend supports it (currently PostgreSQL). unless the database backend supports it (currently PostgreSQL).
* It does not work with many-to-many relationships. * It does not work with many-to-many relationships.
The ``batch_size`` parameter controls how many objects are created in single The ``batch_size`` parameter controls how many objects are created in a single
query. The default is to create all objects in one batch, except for SQLite query. The default is to create all objects in one batch, except for SQLite
where the default is such that at most 999 variables per query are used. where the default is such that at most 999 variables per query are used.