django1/django/db/backends
Adrian Holovaty 4f82250512 Removed unneeded import from postgresql_psycopg2/base.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 01:30:11 +00:00
..
ado_mssql Removed backend.dictfetchall(), as it wasn't being used anywhere 2007-08-20 01:14:53 +00:00
dummy Removed backend.dictfetchall(), as it wasn't being used anywhere 2007-08-20 01:14:53 +00:00
mysql Removed backend.dictfetchall(), as it wasn't being used anywhere 2007-08-20 01:14:53 +00:00
mysql_old Removed backend.dictfetchall(), as it wasn't being used anywhere 2007-08-20 01:14:53 +00:00
oracle Removed backend.dictfetchall(), as it wasn't being used anywhere 2007-08-20 01:14:53 +00:00
postgresql Moved postgresql backend DatabaseOperations class into a new module, postgresql/operations.py, so that it can be imported by both the postgresql and postgresql_psycopg2 backends. Hence the two backends no longer have a duplicated DatabaseOperations class 2007-08-20 01:26:46 +00:00
postgresql_psycopg2 Removed unneeded import from postgresql_psycopg2/base.py 2007-08-20 01:30:11 +00:00
sqlite3 Removed backend.dictfetchall(), as it wasn't being used anywhere 2007-08-20 01:14:53 +00:00
__init__.py Removed _dict_helper() DB backend helper function, as it wasn't being used anymore 2007-08-20 01:15:32 +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