django/django/db/backends/postgresql_psycopg2
Aymeric Augustin d027993ed1 [1.8.x] Removed 'autocommit' options for the psycopg2 backend.
It was documented as not having any effect since Django 1.6.

Backport of a73c8540a8 from master
2015-02-17 06:21:37 -05:00
..
__init__.py
base.py [1.8.x] Removed 'autocommit' options for the psycopg2 backend. 2015-02-17 06:21:37 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
features.py Fixed #24092 -- Widened base field support for ArrayField. 2015-01-16 16:15:16 -05:00
introspection.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
operations.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
schema.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
version.py