diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-02-03 15:38:14 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-02-03 15:38:14 +0000 |
| commit | ee484f1c483d103a56b3d4cf43d929eaa890811b (patch) | |
| tree | 347b61f790b744bc2879b59ece9031277c5d9d2c /docs/faq.txt | |
| parent | 567e4e441131434c855f9232553ae939962def99 (diff) | |
Made small clarification to docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
| -rw-r--r-- | docs/faq.txt | 1 |
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? ---------------------------------------------- |
