django/django/db/backends
2020-03-31 07:12:11 +02:00
..
base Fixed #31399 -- Made SchemaEditor._alter_field() ignore foreign key constraints if unsupported. 2020-03-25 20:13:29 +01:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Fixed #31396 -- Added binary XOR operator to F expressions. 2020-03-25 10:16:30 +01:00
oracle Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable of rows. 2020-03-31 07:12:11 +02:00
postgresql Fixed #31233 -- Closed database connections and cursors after use. 2020-02-06 15:35:23 +01:00
sqlite3 Fixed #31396 -- Added binary XOR operator to F expressions. 2020-03-25 10:16:30 +01:00
__init__.py
ddl_references.py Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes. 2019-11-08 08:52:47 +01:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00