summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/client.py
AgeCommit message (Expand)Author
2015-08-07Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...Caio Ariede
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-06-30Fixed #23658 -- Provided the password to PostgreSQL dbshell commandJean-Michel Vourgère
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2014-08-04Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.Mihail Milushev
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