Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2010-11-20 10:49:42 +00:00
parent 7ff5580d95
commit a56e47400f
3 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ Database access optimization
Django's database layer provides various ways to help developers get the most
out of their databases. This document gathers together links to the relevant
documentation, and adds various tips, organized under an number of headings that
documentation, and adds various tips, organized under a number of headings that
outline the steps to take when attempting to optimize your database usage.
Profile first