django1/django/db/backends
Malcolm Tredinnick d18f75af44 Fixed #10357 -- Fixed the "dbshell" command for Windows users.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10517 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 11:41:35 +00:00
..
dummy Tweaked the dummy database backend initialisation. 2009-03-12 08:52:42 +00:00
mysql Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
oracle Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
postgresql Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +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 #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
__init__.py Fixed #10450 -- Fixed an initialisation problem in the savepoint code. 2009-04-11 07:51:07 +00:00
creation.py Fixed #10647: intermediary tables between two umanaged models are no longer created. 2009-04-09 15:03:31 +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