mirror of https://github.com/django/django.git
[1.6.x] Used link label in models FAQ to ease translation
Backport of d9d924250
from master.
This commit is contained in:
parent
6a2f8985c1
commit
475b3791a3
|
@ -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.
|
is ``True``, then Django saves a copy of every SQL statement it has executed.
|
||||||
|
|
||||||
(The queries are saved in ``django.db.connection.queries``. See
|
(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``.
|
To fix the problem, set :setting:`DEBUG` to ``False``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue