django1/django/db/backends/postgresql_psycopg2
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
..
__init__.py Added postgresql_psycopg2 backend, which is untested, just for a starting point 2006-05-16 23:27:07 +00:00
base.py Removed unneeded import from postgresql_psycopg2/base.py 2007-08-20 01:30:11 +00:00
client.py Added postgresql_psycopg2 backend, which is untested, just for a starting point 2006-05-16 23:27:07 +00:00
creation.py Added postgresql_psycopg2 backend, which is untested, just for a starting point 2006-05-16 23:27:07 +00:00
introspection.py Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 2007-08-20 01:03:33 +00:00