<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/check_framework/test_database.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Combined MySQL backend server info queries.</title>
<updated>2020-06-22T07:58:46Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-06-20T17:17:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e37f80961884c686802a5822ce09f24d8a27920f'/>
<id>urn:sha1:e37f80961884c686802a5822ce09f24d8a27920f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.</title>
<updated>2020-03-03T10:25:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-03-03T07:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a19505eb2ecd4a07ff39f3f66898e68b69d0e680'/>
<id>urn:sha1:a19505eb2ecd4a07ff39f3f66898e68b69d0e680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31055 -- Added --database option to the check management command.</title>
<updated>2020-02-07T10:01:31Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2020-02-07T07:46:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b83c8cc4db95812f1e15ca19d78614e94cf38dd'/>
<id>urn:sha1:0b83c8cc4db95812f1e15ca19d78614e94cf38dd</id>
<content type='text'>
This avoids enabling the ``database`` checks unless they are explicitly
requested and allows to disable on a per-alias basis which is required
when only creating a subset of the test databases.

This also removes unnecessary BaseCommand._run_checks() hook.
</content>
</entry>
<entry>
<title>Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.</title>
<updated>2019-01-11T00:11:21Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-07-12T04:12:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c775391b78b2a4a2b57c5e89ed4888f36aada4b'/>
<id>urn:sha1:8c775391b78b2a4a2b57c5e89ed4888f36aada4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added multi_db=True to test cases that access the 'other' db connection.</title>
<updated>2017-02-10T13:19:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-10T13:19:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ab83d4d8fe76c2c6bc3b0a96aa2baed9c9f07f19'/>
<id>urn:sha1:ab83d4d8fe76c2c6bc3b0a96aa2baed9c9f07f19</id>
<content type='text'>
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.</content>
</entry>
<entry>
<title>Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.</title>
<updated>2017-01-20T13:17:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-19T17:16:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7aba69145dcb436539a7798086748b73a39121e5'/>
<id>urn:sha1:7aba69145dcb436539a7798086748b73a39121e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26351 -- Added MySQL check to warn about strict mode option</title>
<updated>2016-04-08T18:34:16Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-03-19T11:15:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f9a2a7db173b53f9cb0cd2d3def80d4eed72631c'/>
<id>urn:sha1:f9a2a7db173b53f9cb0cd2d3def80d4eed72631c</id>
<content type='text'>
Thanks Adam Chainz for the initial implementation in django-mysql.
Thanks Adam Chainz, Tim Graham, and Shai Berger for the reviews.
</content>
</entry>
<entry>
<title>Refs #26351 -- Added check hook to support database-related checks</title>
<updated>2016-04-08T18:28:00Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-03-19T11:15:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d3c616fbb2f49fa7ff6809e5a6777275352b35b'/>
<id>urn:sha1:0d3c616fbb2f49fa7ff6809e5a6777275352b35b</id>
<content type='text'>
Thanks Tim Graham and Shai Berger for the reviews.
</content>
</entry>
</feed>
