<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_runner/test_debug_sql.py, branch 4.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-08T11:15:38Z</updated>
<entry>
<title>[4.0.x] Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-08T11:15:38Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-08T11:09:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a682b38e75d4c975b4c4493565a59f1bc14397c'/>
<id>urn:sha1:6a682b38e75d4c975b4c4493565a59f1bc14397c</id>
<content type='text'>
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
</content>
</entry>
<entry>
<title>Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.</title>
<updated>2020-11-28T11:22:59Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-11-26T10:07:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b9fd09d21b722c3745501151f9cbd5b95ccc3177'/>
<id>urn:sha1:b9fd09d21b722c3745501151f9cbd5b95ccc3177</id>
<content type='text'>
Thanks Mariusz Felisiak for the report.
</content>
</entry>
<entry>
<title>Fixed #27857 -- Dropped support for Python 3.4.</title>
<updated>2017-09-25T21:11:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-18T00:45:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfff2af02be40106d4759cc6f8bfa476ce82421c'/>
<id>urn:sha1:cfff2af02be40106d4759cc6f8bfa476ce82421c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in subTest.</title>
<updated>2017-07-05T20:56:24Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-07-05T05:17:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6de2930078d5d13894315c0a88549e6a5e71c701'/>
<id>urn:sha1:6de2930078d5d13894315c0a88549e6a5e71c701</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed most of remaining six usage</title>
<updated>2017-01-18T20:33:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-07T11:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b281cc35ed9d997614ca3c416928d7fabfef1ad'/>
<id>urn:sha1:2b281cc35ed9d997614ca3c416928d7fabfef1ad</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed six.PY2/PY3 usage</title>
<updated>2017-01-18T15:21:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-01T10:38:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c716fe87821df00f9f03ecc761c914d1682591a2'/>
<id>urn:sha1:c716fe87821df00f9f03ecc761c914d1682591a2</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #14091 -- Fixed connection.queries on SQLite.</title>
<updated>2015-09-17T21:01:33Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-09-13T07:30:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f6a7663bcddffb114f2647f9928cbf1fdd8e4b5'/>
<id>urn:sha1:4f6a7663bcddffb114f2647f9928cbf1fdd8e4b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').</title>
<updated>2015-09-14T17:41:35Z</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2015-09-10T16:07:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3fe3887a2ed94f7b15be769f6d81571031ec5627'/>
<id>urn:sha1:3fe3887a2ed94f7b15be769f6d81571031ec5627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters.</title>
<updated>2015-02-18T00:03:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-15T00:47:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=307c0f299a6c26f5231d3516df5b4edc54b36553'/>
<id>urn:sha1:307c0f299a6c26f5231d3516df5b4edc54b36553</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed test_runner test failure on Python 3.5; refs #23763.</title>
<updated>2015-01-23T21:23:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-23T13:23:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0386b97706052b88cd6fbbf777698810981cfeb6'/>
<id>urn:sha1:0386b97706052b88cd6fbbf777698810981cfeb6</id>
<content type='text'>
Python change is http://bugs.python.org/issue22032
</content>
</entry>
</feed>
