django1/django/db/backends/postgresql_psycopg2
Claude Paroz c5a25c2771 Add introspection support for BinaryField 2013-03-02 10:29:03 +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 Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
client.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
creation.py Add a BinaryField model field 2013-03-02 10:29:02 +01:00
introspection.py Add introspection support for BinaryField 2013-03-02 10:29:03 +01:00
operations.py Ensured a connection is established when checking the database version. 2013-02-19 10:51:24 +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