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:
parent
189e7dd802
commit
609a42ee06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue