summaryrefslogtreecommitdiff
path: root/tests/migrations/test_multidb.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+25
* Moved migrations.test_operations.OperationTestBase to migrations.test_base.Mads Jensen2019-08-191-1/+1
* Made test table cleanup in OperationTestBase more robust.Paveł Tyślacki2019-01-281-6/+12
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham2018-11-091-9/+0
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-4/+4
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer2015-02-201-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+6
* Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer2015-01-101-0/+174