django1/django/db/backends
Mariusz Felisiak 40efffafd9 [3.0.x] Fixed typo in BulkInsertMapper constant name.
Backport of 67e7dffe95 from master
2019-10-01 14:59:27 +02:00
..
base [3.0.x] Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when altering type of referenced unique field. 2019-09-11 11:43:55 +02:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql [3.0.x] Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions are installed on MySQL. 2019-09-20 08:57:13 +02:00
oracle [3.0.x] Fixed typo in BulkInsertMapper constant name. 2019-10-01 14:59:27 +02:00
postgresql [3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with custom db_type(). 2019-09-25 12:32:57 +02:00
sqlite3 Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02: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 Used time.monotonic() instead of time.time() where applicable. 2019-05-08 18:34:22 +02:00