Removed formatting from the select_related test title.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2007-03-23 20:18:58 +00:00
parent 189e7dd802
commit 609a42ee06
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""
40. Tests for ``select_related()``
40. Tests for select_related()
``select_related()`` follows all relationships and pre-caches any foreign key
values so that complex trees can be fetched in a single query. However, this