django1/django/db/backends/postgresql
Дилян Палаузов d2afa5eb23 Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05: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 Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment. 2017-11-26 16:27:37 +01:00
creation.py Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04:00
features.py Fixed #28626 -- Dropped support for PostgreSQL 9.3. 2017-09-27 11:00:04 -04:00
introspection.py Fixed #28626 -- Dropped support for PostgreSQL 9.3. 2017-09-27 11:00:04 -04:00
operations.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05: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