django1/django/db/backends/postgresql
Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
2017-01-18 21:33:28 +01:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
client.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
creation.py Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL. 2016-08-23 15:08:20 -04:00
features.py Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. 2017-01-15 13:37:18 +01:00
introspection.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
operations.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
schema.py Fixed #25492 -- Checked deferred foreign key constraints before dropping them. 2016-12-24 13:53:11 -05:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
version.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00