summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-11-29 14:20:23 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-11-29 14:20:23 +0000
commit0d0f874d211f6ab57a5e336fa80069a65d5ae3f1 (patch)
tree524390160bb36e3bb051cf87749bd70d6a9bec04 /docs
parentf2ebb169f9bf195a7c8126437708a482691a520d (diff)
Punctuation fix in the 1.4 release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17163 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 0c0c726d45..484f008943 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -56,7 +56,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,
+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) have seen a performance benefit as a result.