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

Backport of ec5f7cb92e 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
1 changed files with 1 additions and 1 deletions

View File

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