summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/client.py
AgeCommit message (Expand)Author
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2008-08-11Removed some empty modules that are no longer required after [8296].Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2006-05-16Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty