summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_admin_multidb.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed various tests on MySQL with MyISAM storage engine.Mariusz Felisiak2022-04-181-0/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+16
* Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman2020-01-201-3/+2
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-3/+2
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-8/+9
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.Jibodeah2016-09-141-0/+49