Made small clarification to docs/faq.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-02-03 15:38:14 +00:00
parent 567e4e4411
commit ee484f1c48
1 changed files with 1 additions and 0 deletions

View File

@ -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?
----------------------------------------------