django1/django/db/backends
Jacob Kaplan-Moss bb2aa792af Fixed #10063: stop passing the -W flag to psql since it isn't needed and interferes with .pgpass. Thanks, Walter.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-02 02:03:46 +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 #10063: stop passing the -W flag to psql since it isn't needed and interferes with .pgpass. Thanks, Walter. 2009-04-02 02:03:46 +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 #6064 -- Added the `connection_created` signal for when a database connection is created. 2009-03-29 23:15:58 +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