django1/django/db/backends/postgresql
Sergey Fedoseev 80ba7a881f Fixed cached_properties that share a common property.
The aliases aren't cached and thus the old usage will be an error after
refs #29478.
2018-11-19 08:59:46 -05:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_strings option is off. 2018-11-01 11:14:34 -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 F841 flake8 warning. 2018-10-24 09:13:10 -04:00
features.py Fixed cached_properties that share a common property. 2018-11-19 08:59:46 -05:00
introspection.py Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL. 2018-10-21 09:08:05 +02:00
operations.py Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. 2018-08-18 13:09:15 -04:00
schema.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00