django1/django/db/backends/postgresql_psycopg2
Andrew Godwin c5e2ecae69 Fix bug in get_indexes affecting the tests 2012-09-17 23:45:00 +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 Merge remote-tracking branch 'core/master' into schema-alteration 2012-09-17 20:00:14 +01:00
client.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
creation.py Add check constraint support - needed a few Field changes 2012-09-07 15:40:59 -04:00
introspection.py Fix bug in get_indexes affecting the tests 2012-09-17 23:45:00 +01:00
operations.py Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
schema.py Very start of schema alteration port. Create/delete model and some tests. 2012-06-18 17:34:36 +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