From 0d0f874d211f6ab57a5e336fa80069a65d5ae3f1 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 29 Nov 2011 14:20:23 +0000 Subject: [PATCH] Punctuation fix in the 1.4 release notes git-svn-id: http://code.djangoproject.com/svn/django/trunk@17163 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.4.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.