summaryrefslogtreecommitdiff
path: root/django/db/backends/base/client.py
AgeCommit message (Expand)Author
2025-03-17Fixed #34865 -- Released memory earlier than garbage collection on database w...fowczrek
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-27Fixed #32687 -- Restored passing process’ environment to underlying tool in...Konstantin Alekseev
2020-10-29Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette
2020-04-14Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham