django1/django/db/backends/postgresql
Jon Dufresne 3259983f56 Fixed #31233 -- Closed database connections and cursors after use. 2020-02-06 15:35:23 +01:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Fixed #31233 -- Closed database connections and cursors after use. 2020-02-06 15:35:23 +01:00
client.py Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL. 2019-04-18 08:10:31 +02:00
creation.py Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor(). 2020-02-06 15:29:38 +01:00
features.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
introspection.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
operations.py Fixed #31212 -- Updated psycopg links to HTTPS and new location. 2020-01-29 06:25:40 +01:00
schema.py Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK constraints inline and changing data. 2019-12-23 23:28:59 +01:00