summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/version.py
AgeCommit message (Expand)Author
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2011-06-19Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...Ramiro Morales
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee