index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
/
test_multidb.py
Age
Commit message (
Expand
)
Author
2024-07-04
Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.
Jake Howard
2024-02-05
Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...
Ben Cail
2022-04-18
Fixed various tests on MySQL with MyISAM storage engine.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-14
Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.
Jibodeah