django1/django/db/backends/postgresql_psycopg2
Tim Graham f8c3d38c2d [1.8.x] Fixed -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True.
Thanks Simon Charette for review.

Backport of 56aaae58a7 from master
2016-01-08 14:47:05 -05: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 [1.8.x] Fixed -- Added fallback when 'postgres' database isn't available 2015-05-15 18:46:05 +02:00
client.py Fixed -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
features.py Fixed -- Widened base field support for ArrayField. 2015-01-16 16:15:16 -05:00
introspection.py [1.8.x] Sorted imports with isort; refs . 2015-02-09 14:24:06 -05:00
operations.py [1.8.x] Sorted imports with isort; refs . 2015-02-09 14:24:06 -05:00
schema.py [1.8.x] Fixed -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True. 2016-01-08 14:47:05 -05:00
utils.py Fixed -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
version.py Fixed -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4. 2014-08-01 10:26:00 -04:00