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
/
tests
/
dbshell
/
test_postgresql_psycopg2.py
Age
Commit message (
Expand
)
Author
2019-02-13
Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine.
Tim Graham
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2018-08-01
Fixed typos in comments and docs.
luz.paz
2017-04-01
Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbs...
Chris Sinchok
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-03
Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
mieciu
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-07-06
Refs #23658 -- Fixed dbshell tests on Windows.
Tim Graham
2015-07-01
Refs #23658 -- Fixed unclosed file in dbshell tests.
Tim Graham
2015-06-30
Fixed #23658 -- Provided the password to PostgreSQL dbshell command
Jean-Michel Vourgère