summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_base.py
AgeCommit message (Expand)Author
2022-11-21Fixed #31090 -- Logged transaction management queries.Ilya Bass
2022-02-18Fixed #33379 -- Added minimum database version checks.Hasan Ramezani
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-01Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.Przemysław Suliga
2021-11-19Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...Jonny Park
2017-09-21Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger
2017-06-21Reorganized backends tests.Mariusz Felisiak