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:48:36 +0200 |
| commit | 475b3791a348002f99f9553e9baed67b75994701 (patch) | |
| tree | f86dcad50dd14b2579bf379745395264547ee360 /docs | |
| parent | 6a2f8985c13e5524d397b48951d6de982544a71a (diff) | |
[1.6.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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/models.txt b/docs/faq/models.txt index 69965b66e1..dd66c85e53 100644 --- a/docs/faq/models.txt +++ b/docs/faq/models.txt @@ -90,7 +90,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``. |
