summaryrefslogtreecommitdiff
path: root/django/db/backends/base/client.py
AgeCommit message (Expand)Author
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