summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_base.py
AgeCommit message (Expand)Author
2026-02-10Added various missing test skips observed on MongoDB.Tim Graham
2025-07-13Skipped test_no_logs_without_debug test when the runner is invoked with --deb...Jacob Walls
2025-03-17Fixed #34865 -- Released memory earlier than garbage collection on database w...fowczrek
2024-03-06Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...Michail Chatzis
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-10-27Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().Mariusz Felisiak
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