summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index ab7c4c0194..0dd4cbcc37 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -396,6 +396,7 @@ dictionaries in order of query execution. Each dictionary has the following::
``time`` -- How long the statement took to execute, in seconds.
``db.queries`` includes all SQL statements -- INSERTs, UPDATES, SELECTs, etc.
+Each time your app hits the database, the query will be recorded.
Can I use Django with a pre-existing database?
----------------------------------------------