django1/django/db/backends/postgresql
Tom c1c163b427 Fixed #28574 -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db when 'postgres' db isn't available. 2018-04-03 22:21:47 +02:00
client.py Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment. 2017-11-26 16:27:37 +01:00
creation.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
features.py Fixed #28574 -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00
introspection.py Refs #28909 -- Simplifed code using unpacking generalizations. 2017-12-21 21:05:23 -05:00
operations.py Fixed #28574 -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00
schema.py Fixed #28702 -- Made query lookups for CIText fields use citext. 2017-11-29 10:35:37 -05:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00