Changeset 3159
- Timestamp:
- 06/19/06 21:57:19 (2 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r3158 r3159 477 477 478 478 (The queries are saved in ``django.db.connection.queries``. See 479 _`How can I see the raw SQL queries Django is running?`.)479 `How can I see the raw SQL queries Django is running?`_.) 480 480 481 481 To fix the problem, set ``DEBUG`` to ``False``.
