Django

Code

Changeset 2240

Show
Ignore:
Timestamp:
02/03/06 09:38:14 (3 years ago)
Author:
adrian
Message:

Made small clarification to docs/faq.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r2229 r2240  
    397397 
    398398``db.queries`` includes all SQL statements -- INSERTs, UPDATES, SELECTs, etc. 
     399Each time your app hits the database, the query will be recorded. 
    399400 
    400401Can I use Django with a pre-existing database?