django1/django/db/backends
Mariusz Felisiak f5e5aac59e
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field on SQLite.`
Regression in 6789ded0a6.

Thanks Juan Garcia Alvite for the report.
2020-11-25 12:19:45 +01:00
..
base Fixed #31762 -- Made reloading the database for tests use the base manager. 2020-11-11 08:33:30 +01:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Fixed #32201 -- Removed obsolete isort:skip's. 2020-11-19 06:35:41 +01:00
oracle Fixed #32201 -- Removed obsolete isort:skip's. 2020-11-19 06:35:41 +01:00
postgresql Fixed #32201 -- Removed obsolete isort:skip's. 2020-11-19 06:35:41 +01:00
sqlite3 Fixed #32224 -- Avoided suppressing connection errors in supports_json_field on SQLite.` 2020-11-25 12:19:45 +01:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
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 Fixed a/an typos in "SQL" usage. 2020-05-06 06:35:26 +02:00