django1/django/db/backends/postgresql_psycopg2
Harm Geerts a6ac4f90d0 [1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection
Backport of 24088618 from master.
2013-08-16 21:21:41 +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 Removed several unused imports. 2013-06-19 17:18:40 +02:00
client.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
creation.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
introspection.py [1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection 2013-08-16 21:21:41 +02:00
operations.py Fixed #20462 -- null/non-string regex lookups are now consistent 2013-06-26 08:13:26 -04: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