mirror of
https://github.com/django/django.git
synced 2025-03-14 03:10:45 +00:00
[1.7.x] Used link label in models FAQ to ease translation
Backport of d9d924250 from master.
This commit is contained in:
parent
aa9a146a69
commit
485163f72c
@ -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``.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user