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
/
base
/
test_base.py
Age
Commit message (
Expand
)
Author
2026-02-10
Added various missing test skips observed on MongoDB.
Tim Graham
2025-07-13
Skipped test_no_logs_without_debug test when the runner is invoked with --deb...
Jacob Walls
2025-03-17
Fixed #34865 -- Released memory earlier than garbage collection on database w...
fowczrek
2024-03-06
Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...
Michail Chatzis
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-10-27
Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().
Mariusz Felisiak
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-01
Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
Przemysław Suliga
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2017-09-21
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
2017-06-21
Reorganized backends tests.
Mariusz Felisiak