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:
parent
567e4e4411
commit
ee484f1c48
|
@ -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?
|
||||
----------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue