django1/django/db/backends/base
Akshesh dbccf163b6 Fixed #27097 -- Added index type introspection to built-in db backends. 2016-09-02 21:14:12 -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 Fixed #27097 -- Added index type introspection to built-in db backends. 2016-09-02 21:14:12 -04:00
introspection.py Fixed #27097 -- Added index type introspection to built-in db backends. 2016-09-02 21:14:12 -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