index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql_psycopg2
/
client.py
Age
Commit message (
Expand
)
Author
2019-01-17
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
Tim Graham
2015-08-07
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-06-30
Fixed #23658 -- Provided the password to PostgreSQL dbshell command
Jean-Michel Vourgère
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-08-04
Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.
Mihail Milushev
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2011-04-02
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2008-08-11
Removed some empty modules that are no longer required after [8296].
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2006-05-16
Added postgresql_psycopg2 backend, which is untested, just for a starting point
Adrian Holovaty