summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-01-16 03:13:16 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-01-16 03:13:16 +0000
commit2e9518bb396c37c48a0464236b714d313b56f10f (patch)
treeb9c625ecc2716e58c5d0f5213095fae48584a95b /docs/faq
parent19fad1641408cd9db3053499296380e1a097cf3f (diff)
Created a 'DB optimization' topic, with cross-refs to relevant sections.
Also fixed #10291, which was related, and cleaned up some inconsistent doc labels. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12229 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?
----------------------------------------------------