index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
/
mysql
/
tests.py
Age
Commit message (
Collapse
)
Author
2026-01-25
Fixed #36812 -- Dropped support for MariaDB < 10.11.
Skyiesac
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-02-09
Fixed #36105 -- Dropped support for MariaDB 10.5.
Mariusz Felisiak
2023-09-19
Fixed #34850 -- Dropped support for MariaDB 10.4.
Mariusz Felisiak
2023-08-03
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0
2022-07-08
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-05-18
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
2022-05-17
Refs #33379 -- Fixed minimum supported version of MariaDB.
Mariusz Felisiak
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
Thanks Tim Graham for the review.
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-11-20
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on ↵
Tim Graham
MariaDB. Regression in 967450a3bf940c43db891fe1e2ef3bcf73456ff8.
2017-11-14
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-06-21
Reorganized backends tests.
Mariusz Felisiak