django1/django/db/backends/postgresql
Jon Dufresne 99e65d6488 Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Removed DatabaseWrapper.psycopg2_version. 2017-09-06 09:51:56 -04:00
client.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
creation.py Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04:00
features.py Fixed #27849 -- Added filtering support to aggregates. 2017-08-12 17:58:28 -04:00
introspection.py Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 2017-05-15 08:33:31 -04:00
operations.py Removed unused DatabaseOperations.last_insert_id() on PostgreSQL. 2017-08-01 16:53:17 -04:00
schema.py Refs #23766 -- Added tests for CursorWrapper.callproc(). 2017-08-08 22:13:02 +02:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00