django1/tests/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 #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL. 2021-04-27 10:43:35 +02:00
mysql Fixed #33017 -- Fixed storage engine introspection on MySQL. 2021-08-20 11:05:21 +02:00
oracle Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_table. 2021-04-30 12:59:07 +02:00
postgresql [4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:33:49 +01:00
sqlite Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. 2021-03-25 06:37:01 +01:00
__init__.py
models.py Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQL keywords. 2020-12-28 08:57:30 +01:00
test_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
test_utils.py [4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 11:14:08 +01:00
tests.py Used more specific unittest assertions in tests. 2021-07-07 10:51:38 +02:00