summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-06-20 02:57:19 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-06-20 02:57:19 +0000
commitb10149b08a69076993d6de6aa14037bd3a643ee4 (patch)
tree5bf8c1baf3afbf9964e5a5dd55e0b52dc5c99ac1 /docs
parent5bd6b322a946243c302b4c8d6264c38a74faa433 (diff)
Fixed ReST error in [3158]. I think.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.txt2
1 files changed, 1 insertions, 1 deletions
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``.