Simon Charette
|
8c775391b7
|
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
2019-01-10 19:11:21 -05:00 |
Tim Graham
|
ab83d4d8fe
|
Added multi_db=True to test cases that access the 'other' db connection.
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.
|
2017-02-10 08:19:32 -05:00 |
Tim Graham
|
7aba69145d
|
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
2017-01-20 08:17:20 -05:00 |
Claude Paroz
|
f9a2a7db17
|
Fixed #26351 -- Added MySQL check to warn about strict mode option
Thanks Adam Chainz for the initial implementation in django-mysql.
Thanks Adam Chainz, Tim Graham, and Shai Berger for the reviews.
|
2016-04-08 20:34:16 +02:00 |
Claude Paroz
|
0d3c616fbb
|
Refs #26351 -- Added check hook to support database-related checks
Thanks Tim Graham and Shai Berger for the reviews.
|
2016-04-08 20:28:00 +02:00 |