django1/django/db/backends/sqlite3
Alex Gaynor fa8f0cb2d8 When looking for django tables which exist, query for all tables once, not once *per table*.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-31 00:53:58 +00:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Fixed a small typo introduced in r14139. 2010-10-19 00:14:41 +00:00
client.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
creation.py Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata. 2010-08-07 06:58:14 +00:00
introspection.py When looking for django tables which exist, query for all tables once, not once *per table*. 2010-10-31 00:53:58 +00:00