django1/django/db/backends
Tim Graham b74b6736d0
Refs #29547 -- Skipped an unsupported partial index test on older versions of SQLite.
Follow up to e5b8626c0e.
2018-12-26 11:20:11 -05:00
..
base Refs #29547 -- Skipped an unsupported partial index test on older versions of SQLite. 2018-12-26 11:20:11 -05:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Bumped mysqlclient requirement to >= 1.3.13. 2018-12-06 14:49:27 -05:00
oracle Refs #20483 -- Cached Oracle references retrieval on sql_flush(). 2018-12-26 09:20:21 -05:00
postgresql Refs #29722 -- Added introspection of materialized views for Oracle. 2018-11-26 19:45:05 +01:00
postgresql_psycopg2 Removed postgresql_psycopg2.version 2017-08-21 09:13:07 +02:00
sqlite3 Refs #29547 -- Skipped an unsupported partial index test on older versions of SQLite. 2018-12-26 11:20:11 -05:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed #28077 -- Added support for PostgreSQL opclasses in Index. 2018-06-29 17:00:28 -04:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
utils.py Removed unused 'tz' variable in typecast_timestamp(). 2018-11-09 12:47:02 -05:00