summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-02 20:38:55 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-02 20:38:55 +0000
commitc0451036ac3823de742fecfc48234775e1cfd333 (patch)
treeddbf5e371a0e7d9421a17ad5aae1ae0cb6cc2c0c /docs/faq.txt
parent3af4730419132ce91841b5a16d620bb7c3bc0818 (diff)
Changed faq to say explicitly that db.queries includes all SQL statements
git-svn-id: http://code.djangoproject.com/svn/django/trunk@394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
-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?
----------------------------------------------