summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-01-16 03:26:02 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-01-16 03:26:02 +0000
commitad6368809cd6583eda23f3aed5ccae0ae44f15b6 (patch)
treecc69193b8cbe5023df9c9c2f19289954f7e9f58e /docs/faq
parent9041b1addffba0789a0ae7048691f6220ea40b1b (diff)
[1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections.
Also fixed #10291, which was related, and cleaned up some inconsistent doc labels. Backport of r12229 from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/models.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/faq/models.txt b/docs/faq/models.txt
index 1272f96f03..42c7d5bc3c 100644
--- a/docs/faq/models.txt
+++ b/docs/faq/models.txt
@@ -3,6 +3,8 @@
FAQ: Databases and models
=========================
+.. _faq-see-raw-sql-queries:
+
How can I see the raw SQL queries Django is running?
----------------------------------------------------