Fixed typo in docs/ref/models/querysets.txt.

This commit is contained in:
Botond Beres 2017-10-25 19:03:21 -04:00 committed by Tim Graham
parent 95a14cfc47
commit ec5f7cb92e
1 changed files with 1 additions and 1 deletions

View File

@ -1939,7 +1939,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.