This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
38ce709fe4
django1
/
django
/
db
/
backends
/
postgresql_psycopg2
History
Aymeric Augustin
7fa51a24a8
[py3] Exception aren't iterable in Python 3.
2012-07-22 09:29:52 +02:00
..
__init__.py
Added postgresql_psycopg2 backend, which is untested, just for a starting point
2006-05-16 23:27:07 +00:00
base.py
[py3] Exception aren't iterable in Python 3.
2012-07-22 09:29:52 +02:00
client.py
Deprecated the psycopg-based postgresql database backend.
2011-04-02 08:39:08 +00:00
creation.py
Used symbolic constants for psycopg2 isolation levels.
2011-11-19 14:18:44 +00:00
introspection.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
operations.py
Fixed
#18461
-- Ensured that last_executed_query returns Unicode
2012-06-13 12:04:46 +02:00
version.py
Fixed
#11065
,
#11285
-- Streamlined PostgreSQL version detection, fixing incompatibility with multi-db. Thanks findepi for the report.
2011-06-19 18:00:09 +00:00