django1/django/db/backends
Mariusz Felisiak b5f60ef5a7 [4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
psycopg2 2.8.4 is the first release to support Python 3.8.
Backport of ca04659b4b from main
2021-12-22 20:33:49 +01:00
..
base Fixed #32365 -- Made zoneinfo the default timezone implementation. 2021-09-16 12:11:05 +02:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql [4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 11:14:08 +01:00
oracle [4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 11:14:08 +01:00
postgresql [4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:33:49 +01:00
sqlite3 [4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 11:14:08 +01:00
__init__.py
ddl_references.py [4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite. 2021-10-18 09:36:21 +02:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py [4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 11:14:08 +01:00