mirror of
				https://github.com/django/django.git
				synced 2025-10-29 00:26:07 +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:
		| @@ -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? | ||||
| ---------------------------------------------- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user