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
This commit is contained in:
parent
3af4730419
commit
c0451036ac
|
@ -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?
|
||||
----------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue