summaryrefslogtreecommitdiff
path: root/django/db/backends/base/base.py
AgeCommit message (Expand)Author
2016-05-18Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...Barthelemy Dagenais
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2015-09-11Fixed #25329 -- Prevented _nodb_connection from being left openAdam Chainz
2015-09-09Changed database connection duplication technique.Aymeric Augustin
2015-06-30Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-28Removed threading fallback imports.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham