django1/tests/backends
Mariusz Felisiak 826701232c
Removed obsolete Oracle's test_client_encoding() test.
encoding and nencoding parameters were deprecated in cx_Oracle 8.2.
Moreover, encoding is handled internally between cx_Oracle and Oracle
Database and there is no need to test it.
2021-12-30 12:42:37 +01:00
..
base Fixed #23273 -- Avoided creation of django_migrations table when there are no migrations to apply. 2021-12-30 06:36:55 +01:00
mysql Fixed #33017 -- Fixed storage engine introspection on MySQL. 2021-08-20 11:05:21 +02:00
oracle Removed obsolete Oracle's test_client_encoding() test. 2021-12-30 12:42:37 +01:00
postgresql Refs #32355 -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:32:55 +01:00
sqlite Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQLite. 2021-12-23 11:47:13 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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 Fixed #33194 -- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite. 2021-10-18 08:25:23 +02:00
test_utils.py Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 07:30:02 +01:00
tests.py Used more specific unittest assertions in tests. 2021-07-07 10:51:38 +02:00