summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_admin_multidb.py
AgeCommit message (Collapse)Author
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-14Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.Jibodeah
Thanks juntatalor for the initial patch.