Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-05-06 01:18:57 +00:00
parent ec1f74a468
commit c21c052cf0
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ Multi-database support
.. versionadded:: 1.2
Django sets up a test database corresponding to every database that is
defined in the :setting:``DATABASES`` definition in your settings
defined in the :setting:`DATABASES` definition in your settings
file. However, a big part of the time taken to run a Django TestCase
is consumed by the call to ``flush`` that ensures that you have a
clean database at the start of each test run. If you have multiple