diff options
| author | Botond Beres <botondus@gmail.com> | 2017-10-25 19:03:21 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-25 19:03:58 -0400 |
| commit | 0eccbd2a8e79d8a66432cff6ad0f0a3bfac27710 (patch) | |
| tree | 22ada29380cfb81b37de95234bce49570af0306f | |
| parent | 854aec4801d74fa00a6695b58c95257dadc1fc83 (diff) | |
[2.0.x] Fixed typo in docs/ref/models/querysets.txt.
Backport of ec5f7cb92e315846cb020b909b0ab7e0489aad05 from master
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 561d99c01c..81caf97aa7 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -1973,7 +1973,7 @@ This has a number of caveats though: unless the database backend supports it (currently PostgreSQL). * 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 where the default is such that at most 999 variables per query are used. |
