django1/django/db/backends
Hannes Ljungberg 4d99375b46 Fixed #32453 -- Added introspection of unique constraint field ordering on SQLite.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-02-17 10:59:17 +01:00
..
base Fixed #32425 -- Fixed adding nullable field with default on MySQL. 2021-02-09 06:59:31 +01:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Simplified introspection of constraints on MySQL. 2021-02-12 21:11:04 +01:00
oracle Fixed #32425 -- Fixed adding nullable field with default on MySQL. 2021-02-09 06:59:31 +01:00
postgresql Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
sqlite3 Fixed #32453 -- Added introspection of unique constraint field ordering on SQLite. 2021-02-17 10:59:17 +01:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed #26167 -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Fixed a/an typos in "SQL" usage. 2020-05-06 06:35:26 +02:00