Punctuation fix in the 1.4 release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f2ebb169f9
commit
0d0f874d21
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue