django1/django/db/backends/postgresql
Mariusz Felisiak 15c14f6f16 Fixed #27802 -- Unified return value of db backend datetime SQL methods. 2017-02-06 09:19:13 -05:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Refs #23919 -- Removed usage of obsolete SafeBytes class 2017-01-30 15:04:45 +01:00
client.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
creation.py Removed unused variables that are overwritten. 2017-01-25 09:14:05 -05:00
features.py Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. 2017-01-15 13:37:18 +01:00
introspection.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
operations.py Fixed #27802 -- Unified return value of db backend datetime SQL methods. 2017-02-06 09:19:13 -05:00
schema.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
version.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00