index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_multidb.py
Age
Commit message (
Expand
)
Author
2026-06-29
Renamed tests/migrations/test_base.py to base.py.
Tim Graham
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-08-19
Moved migrations.test_operations.OperationTestBase to migrations.test_base.
Mads Jensen
2019-01-28
Made test table cleanup in OperationTestBase more robust.
Paveł Tyślacki
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer