django1/django/db/backends
Malcolm Tredinnick 91fe5d50dd Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.
Thanks, canarix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 05:55:29 +00:00
..
dummy Tweaked the dummy database backend initialisation. 2009-03-12 08:52:42 +00:00
mysql Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour. 2009-04-12 02:15:14 +00:00
oracle Fixed #10716 -- Fixed a couple of typos in Oracle testing setup. 2009-04-12 05:55:29 +00:00
postgresql Fixed #10071 -- Changed some internal database data representations. 2009-04-12 02:00:58 +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 #10071 -- Changed some internal database data representations. 2009-04-12 02:00:58 +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