summaryrefslogtreecommitdiff
path: root/tests/backends/mysql/test_features.py
AgeCommit message (Expand)Author
2023-11-27Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaD...Nathaniel Conroy
2023-08-03Fixed #34761 -- Dropped support for MySQL < 8.0.11.Mariusz Felisiak
2022-04-18Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-20Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak
2018-07-09Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes
2018-05-18Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...bakabiko
2017-06-21Reorganized backends tests.Mariusz Felisiak