summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index b2e6e7b5a6..e3e8ab4162 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -286,6 +286,8 @@ dictionaries in order of query execution. Each dictionary has the following::
``sql`` -- The raw SQL statement
``time`` -- How long the statement took to execute, in seconds.
+``db.queries`` includes all SQL statements -- INSERTs, UPDATES, SELECTs, etc.
+
Can I use Django with a pre-existing database?
----------------------------------------------