Browse Source

Used link label in models FAQ to ease translation

Claude Paroz 10 years ago
parent
commit
d9d9242505
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/faq/models.txt

+ 1 - 1
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``.