summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_client.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-27Fixed #32687 -- Restored passing process’ environment to underlying tool ↵Konstantin Alekseev
in dbshell on PostgreSQL. Regression in bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3.
2020-10-29Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette