<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/staticfiles_tests/test_liveserver.py, branch 2.2rc1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.2rc1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.2rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-02-14T15:05:13Z</updated>
<entry>
<title>[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.</title>
<updated>2019-02-14T15:05:13Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-02-14T15:04:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37cc6a9dce3354cd37f23ee972bc25b0e5cebd5c'/>
<id>urn:sha1:37cc6a9dce3354cd37f23ee972bc25b0e5cebd5c</id>
<content type='text'>
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.

The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
Backport of 76990cbbda5d93fda560c8a5ab019860f7efaab7 from master.
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.</title>
<updated>2017-01-20T13:01:02Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-20T13:01:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4e729feaa647547f25debb1cb63dec989dc41a20'/>
<id>urn:sha1:4e729feaa647547f25debb1cb63dec989dc41a20</id>
<content type='text'>
These functions do nothing on Python 3.</content>
</entry>
<entry>
<title>Refs #23919 -- Removed obsolete contextlib.closing() calls (for Python 2).</title>
<updated>2017-01-19T13:50:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-19T13:50:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5320fa77c3b2bc02ac232c3e0f5279d99a528e6a'/>
<id>urn:sha1:5320fa77c3b2bc02ac232c3e0f5279d99a528e6a</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 #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.</title>
<updated>2016-11-11T02:30:21Z</updated>
<author>
<name>za</name>
<email>za@python.or.id</email>
</author>
<published>2016-10-27T07:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=321e94fa41b121f65c02119c02098df327bbd569'/>
<id>urn:sha1:321e94fa41b121f65c02119c02098df327bbd569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.</title>
<updated>2016-06-23T16:04:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-06-23T16:04:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81cdcb66bc74a0768d13f0e18872d46739028e64'/>
<id>urn:sha1:81cdcb66bc74a0768d13f0e18872d46739028e64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.</title>
<updated>2016-06-20T15:07:46Z</updated>
<author>
<name>Tobias McNulty</name>
<email>tobias@caktusgroup.com</email>
</author>
<published>2016-06-03T22:02:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=17e661641ddaf8266e7430d83cfb2039abc55df7'/>
<id>urn:sha1:17e661641ddaf8266e7430d83cfb2039abc55df7</id>
<content type='text'>
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
</content>
</entry>
<entry>
<title>Fixed many spelling mistakes in code, comments, and docs.</title>
<updated>2015-12-03T17:48:24Z</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@users.noreply.github.com</email>
</author>
<published>2015-12-02T23:55:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=93452a70e8a62c7408eeded444f5088d4a26212d'/>
<id>urn:sha1:93452a70e8a62c7408eeded444f5088d4a26212d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some unclosed objects in tests</title>
<updated>2015-07-06T14:10:40Z</updated>
<author>
<name>Andriy Sokolovskiy</name>
<email>me@asokolovskiy.com</email>
</author>
<published>2015-07-01T21:37:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b40c551fdfaa6b1a129c89baeeefd0ede5633053'/>
<id>urn:sha1:b40c551fdfaa6b1a129c89baeeefd0ede5633053</id>
<content type='text'>
</content>
</entry>
</feed>
