diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-05-22 09:46:34 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-05-22 09:46:34 +0200 |
| commit | d9d9242505a59549a7519a35c0f59af13efac462 (patch) | |
| tree | f456c9ec10501939933ee7fa65949f64ebf6786d /docs/faq | |
| parent | fce6a29428a7b57fdfb98178e3b27c0567471b9c (diff) | |
Used link label in models FAQ to ease translation
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/models.txt | 2 |
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``. |
