django1/django/db/backends
Nick Pope abf8e390a4 Refs #28643 -- Added Reverse database function.
Thanks Mariusz Felisiak for Oracle advice and review.
2019-01-12 10:45:48 -05:00
..
base Fixed #30062 -- Added support for unique conditional constraints. 2019-01-12 09:50:20 -05:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Renamed import in MySQL introspection backend for consistency. 2019-01-09 08:12:45 -05:00
oracle Refs #20483 -- Cached Oracle references retrieval on sql_flush(). 2018-12-26 09:20:21 -05:00
postgresql Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEditor. 2019-01-01 09:39:58 -05:00
postgresql_psycopg2 Removed postgresql_psycopg2.version 2017-08-21 09:13:07 +02:00
sqlite3 Refs #28643 -- Added Reverse database function. 2019-01-12 10:45:48 -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