1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00

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:
Adrian Holovaty 2005-08-02 20:38:55 +00:00
parent 3af4730419
commit c0451036ac

View File

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