summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/__init__.py
AgeCommit message (Expand)Author
2017-01-25Refs #25175 -- Deprecated db.backends.postgresql_psycopg2 module.Tim Graham
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
2006-05-16Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty