django1/django/db/backends
Adrian Holovaty 5c5d60aa63 Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyle
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-01 03:57:07 +00:00
..
ado_mssql Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError 2006-05-26 18:58:46 +00:00
dummy 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
mysql Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError 2006-05-26 18:58:46 +00:00
oracle Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError 2006-05-26 18:58:46 +00:00
postgresql Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError 2006-05-26 18:58:46 +00:00
postgresql_psycopg2 Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError 2006-05-26 18:58:46 +00:00
sqlite3 Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError 2006-05-26 18:58:46 +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
util.py Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyle 2006-06-01 03:57:07 +00:00