summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-05-22 09:46:34 +0200
committerClaude Paroz <claude@2xlibre.net>2014-05-22 09:48:04 +0200
commit485163f72cf916231fbef78a645a19dfa34928b2 (patch)
treeab35386c3ec3c232c69a8c368ee98b2eb4f3afb0 /docs
parentaa9a146a69655849d588da7eba4a71a2ea4b6361 (diff)
[1.7.x] Used link label in models FAQ to ease translation
Backport of d9d924250 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/models.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/models.txt b/docs/faq/models.txt
index eb2bb621dd..94011d254f 100644
--- a/docs/faq/models.txt
+++ b/docs/faq/models.txt
@@ -86,7 +86,7 @@ sure your :setting:`DEBUG` setting is set to ``False``. If :setting:`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?`_.)
+:ref:`faq-see-raw-sql-queries`.)
To fix the problem, set :setting:`DEBUG` to ``False``.