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
e7514e4978
django1
/
django
/
db
/
backends
/
postgresql_psycopg2
History
Aymeric Augustin
6197935152
Fixed
#19968
-- Dropped support for PostgreSQL < 8.4.
2013-03-18 21:16:29 +01: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
Enabled database-level autocommit for all backends.
2013-03-11 14:48:54 +01:00
client.py
Deprecated the psycopg-based postgresql database backend.
2011-04-02 08:39:08 +00:00
creation.py
Removed superfluous code now that connections use autocommit by default.
2013-03-11 14:48:54 +01:00
introspection.py
Add introspection support for BinaryField
2013-03-02 10:29:03 +01:00
operations.py
Fixed
#19968
-- Dropped support for PostgreSQL < 8.4.
2013-03-18 21:16:29 +01: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