From b10149b08a69076993d6de6aa14037bd3a643ee4 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 20 Jun 2006 02:57:19 +0000 Subject: [PATCH] Fixed ReST error in [3158]. I think. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3159 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/faq.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.txt b/docs/faq.txt index 3b31ef6dcb..adcdbaca59 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -476,7 +476,7 @@ sure your ``DEBUG`` setting is set to ``True``. If ``DEBUG`` is ``True``, then Django saves a copy of every SQL statement it has executed. (The queries are saved in ``django.db.connection.queries``. See -_`How can I see the raw SQL queries Django is running?`.) +`How can I see the raw SQL queries Django is running?`_.) To fix the problem, set ``DEBUG`` to ``False``.