summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/utils.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-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham