django1/django/db/backends/base
Akshesh 6e07ec3f65 Fixed #27030 -- Added contrib.postgres.indexes.GinIndex. 2016-08-12 18:37:03 -04:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL. 2016-06-06 11:26:02 -04:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_signature(). 2016-05-17 21:35:36 -04:00
features.py Refs #27030 -- Added index type introspection on PostgreSQL. 2016-08-12 16:58:40 -04:00
introspection.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
operations.py Fixed #26500 -- Added SKIP LOCKED support to select_for_update(). 2016-08-08 12:01:43 -04:00
schema.py Fixed #27030 -- Added contrib.postgres.indexes.GinIndex. 2016-08-12 18:37:03 -04:00
validation.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00