django1/django/db/backends
Adrian Holovaty 6d8e6090e5 Removed a bunch of legacy django.db.backend imports
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 02:28:40 +00:00
..
ado_mssql Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
dummy Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
mysql Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
mysql_old Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
oracle Removed a bunch of legacy django.db.backend imports 2007-08-20 02:28:40 +00:00
postgresql Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
postgresql_psycopg2 Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
sqlite3 Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
__init__.py Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
util.py Removed _dict_helper() DB backend helper function, as it wasn't being used anymore 2007-08-20 01:15:32 +00:00