summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_database.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-0/+2
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Fixed #26351 -- Added MySQL check to warn about strict mode optionClaude Paroz2016-04-081-0/+25
* Refs #26351 -- Added check hook to support database-related checksClaude Paroz2016-04-081-0/+33