summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_multi_db.py
AgeCommit message (Expand)Author
2020-02-24Fixed #31286 -- Made database specific fields checks databases aware.Taoup
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
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-02-12Updated allow_migrate() signature in check framework testsMarkus Holtermann
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2015-08-12Fixed #25172 -- Fixed check framework to work with multiple databases.Ion Scerbatiuc