django1/django/db/backends
Luke Plant 9b86db9bf2 Eliminated lots of mutable default arguments (since they are bugs
waiting to happen and are memory leaks too).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-03 13:37:34 +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 Eliminated lots of mutable default arguments (since they are bugs 2006-06-03 13:37:34 +00:00
postgresql Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropped columns. Thanks, Chris Chamberlin 2006-06-01 16:27:41 +00:00
postgresql_psycopg2 Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropped columns. Thanks, Chris Chamberlin 2006-06-01 16:27:41 +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