django1/django/db/backends
Karen Tracey 48e01d2b3d Fixed up the introspection code and tests added for #9779 to run under Python 2.3, which has neither set nor rsplit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-04 19:03:55 +00:00
..
dummy Tweaked the dummy database backend initialisation. 2009-03-12 08:52:42 +00:00
mysql Fixed #6064 -- Added the `connection_created` signal for when a database connection is created. 2009-03-29 23:15:58 +00:00
oracle Fixed #6064 -- Added the `connection_created` signal for when a database connection is created. 2009-03-29 23:15:58 +00:00
postgresql Fixed #9991: correctly introspect PostgreSQL 'real' types. 2009-04-03 20:52:54 +00:00
postgresql_psycopg2 Fixed #6064 -- Added the `connection_created` signal for when a database connection is created. 2009-03-29 23:15:58 +00:00
sqlite3 Fixed up the introspection code and tests added for #9779 to run under Python 2.3, which has neither set nor rsplit. 2009-04-04 19:03:55 +00:00
__init__.py Fixed #10488: fixed DB cache backend test failures in Oracle. 2009-03-13 21:04:48 +00:00
creation.py Fixed the django.contrib.gis test database creation as well. 2009-03-11 05:48:26 +00:00
signals.py Fixed redundant definition of `connection_created` signal due to DVCS mistake. My bad. 2009-03-30 03:11:12 +00:00
util.py Fixed #5079 -- Avoid converting Decimals to floats during save to the database. 2008-11-12 00:35:24 +00:00