django1/django/db/backends/postgresql_psycopg2
Jacob Kaplan-Moss 5b0e4e49d4 Fixed #14091 - be more correct about logging queries in connection.queries.
Thanks to Aymeric Augustin for figuring out how to make this work across
multiple databases.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16081 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 12:14:54 +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 Fixed #2705: added a `select_for_update()` clause to querysets. 2011-04-20 20:42:07 +00:00
client.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
creation.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
introspection.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
operations.py Fixed #14091 - be more correct about logging queries in connection.queries. 2011-04-22 12:14:54 +00:00
version.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00