django1/django/db/backends
Russell Keith-Magee a8155af4e9 Fixed #12428: Ensured that the dummy backend is installed correctly on a fresh project generated by django-admin.py startproject. Thanks to Simon for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-24 05:57:43 +00:00
..
dummy Fixed #12428: Ensured that the dummy backend is installed correctly on a fresh project generated by django-admin.py startproject. Thanks to Simon for the report. 2009-12-24 05:57:43 +00:00
mysql Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
oracle Changes to get raw queries working on the oracle backend. 2009-12-22 21:05:15 +00:00
postgresql Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
postgresql_psycopg2 Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlite3 Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
creation.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +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