django/tests/backends/mysql
Mariusz Felisiak c87daabbf3
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Tests / Windows, SQLite, Python 3.14 (push) Waiting to run
Fixed #36624 -- Dropped support for MySQL < 8.4.
2025-10-27 15:05:23 +01:00
..
__init__.py
test_creation.py Fixed #33537 -- Made test database cloning on MySQL reraise unexpected errors. 2025-03-17 15:45:08 +01:00
test_features.py Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaDB with ONLY_FULL_GROUP_BY sql mode. 2023-11-27 09:20:10 +01:00
test_introspection.py Fixed #34799 -- Made MySQL introspection skip cross-database relations. 2023-08-30 12:46:15 +02:00
test_operations.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_schema.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Fixed #36624 -- Dropped support for MySQL < 8.4. 2025-10-27 15:05:23 +01:00