summaryrefslogtreecommitdiff
path: root/tests/backends/mysql/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-2/+2
* Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak2022-05-181-2/+2
* Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak2022-05-171-2/+2
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-1/+18
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+27
* Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...Tim Graham2017-11-201-3/+3
* Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev2017-11-141-1/+1
* Reorganized backends tests.Mariusz Felisiak2017-06-211-0/+91