summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2011-10-22 06:13:01 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2011-10-22 06:13:01 +0000
commitac88f048c909de17e57414e35bd4e8f2fa2c17c2 (patch)
treea233105a08824bf75d1b749dc3ef9e4a3ca1a9f3 /docs
parent36a44ae75f7779b558a60d5d315b36c5e2c98a0c (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index 69cf90b590..a11aa41ad5 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -58,7 +58,7 @@ For more details, see the documentation for
This method allows for more efficient creation of multiple objects in the ORM.
It can provide significant performance increases if you have many objects,
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
information.