[2.0.x] Fixed typo in docs/ref/models/querysets.txt.
Backport of ec5f7cb92e
from master
This commit is contained in:
parent
854aec4801
commit
0eccbd2a8e
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue