mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed the grammar of a sentence in the docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
36a44ae75f
commit
ac88f048c9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ For more details, see the documentation for
|
||||||
This method allows for more efficient creation of multiple objects in the ORM.
|
This method allows for more efficient creation of multiple objects in the ORM.
|
||||||
It can provide significant performance increases if you have many objects,
|
It can provide significant performance increases if you have many objects,
|
||||||
Django makes use of this internally, meaning some operations (such as database
|
Django makes use of this internally, meaning some operations (such as database
|
||||||
setup for test suites) has seen a performance benefit as a result.
|
setup for test suites) have seen a performance benefit as a result.
|
||||||
|
|
||||||
See the :meth:`~django.db.models.query.QuerySet.bulk_create` docs for more
|
See the :meth:`~django.db.models.query.QuerySet.bulk_create` docs for more
|
||||||
information.
|
information.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue