<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/httpwrappers/tests.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>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoided firing the request_finished signal in tests.</title>
<updated>2013-02-18T13:32:45Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-02-18T13:26:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92837ae56999a6f602d22130bfb3c49cd9b40242'/>
<id>urn:sha1:92837ae56999a6f602d22130bfb3c49cd9b40242</id>
<content type='text'>
* Avoided calling BaseHttpResponse.close(). The test client take care of
  that since acc5396e.
* Disconnected the request_finished signal when this method must be
  called. The test client has a similar implementation since bacb097a.
</content>
</entry>
<entry>
<title>Fixed #18558 -- Added url property to HttpResponseRedirect*</title>
<updated>2013-02-13T09:29:32Z</updated>
<author>
<name>Hiroki Kiyohara</name>
<email>hirokiky@gmail.com</email>
</author>
<published>2013-02-13T08:55:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e94f405d9499d310ef58b7409a98759a5f5512b0'/>
<id>urn:sha1:e94f405d9499d310ef58b7409a98759a5f5512b0</id>
<content type='text'>
Thanks coolRR for the report.
</content>
</entry>
<entry>
<title>Fixed #19585 -- Fixed loading cookie value as a dict</title>
<updated>2013-01-11T20:09:33Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-11T20:09:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f08e739bc2ba5d3530a806378087227728369464'/>
<id>urn:sha1:f08e739bc2ba5d3530a806378087227728369464</id>
<content type='text'>
This regression was introduced by the 'unicode_literals' patch.
</content>
</entry>
<entry>
<title>Advanced pending deprecation warnings.</title>
<updated>2012-12-29T20:59:07Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-25T20:07:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ef017a5f00d9e84059e00e8fea123be51b293f75'/>
<id>urn:sha1:ef017a5f00d9e84059e00e8fea123be51b293f75</id>
<content type='text'>
Also added stacklevel argument, fixed #18127.
</content>
</entry>
<entry>
<title>Don't rely on dictionary ordering in tests</title>
<updated>2012-12-24T00:45:58Z</updated>
<author>
<name>Ian Clelland</name>
<email>ian@fullfactor.com</email>
</author>
<published>2012-09-28T07:27:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b9fc70141abd4c812b03df50452a0d3ed8cd62d2'/>
<id>urn:sha1:b9fc70141abd4c812b03df50452a0d3ed8cd62d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19357 -- Allow non-ASCII chars in filesystem paths</title>
<updated>2012-12-08T10:13:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T10:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c91667338a4e774e2819ccf4da852dc7b759bc19'/>
<id>urn:sha1:c91667338a4e774e2819ccf4da852dc7b759bc19</id>
<content type='text'>
Thanks kujiu for the report and Aymeric Augustin for the review.
</content>
</entry>
<entry>
<title>Fixed httpwrappers tests under hash randomization</title>
<updated>2012-10-26T20:09:48Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-10-26T20:09:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=195bc37f1d251eb7b5bc4d5f916f3b08745a504f'/>
<id>urn:sha1:195bc37f1d251eb7b5bc4d5f916f3b08745a504f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some test failures on Python 3.3 related to QueryDict</title>
<updated>2012-10-26T00:55:55Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-10-26T00:25:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8508943a2e69840e3ec3322dba98551cbb23a9b'/>
<id>urn:sha1:c8508943a2e69840e3ec3322dba98551cbb23a9b</id>
<content type='text'>
Refs #19038.
</content>
</entry>
<entry>
<title>Fixed #19039 - Python 3.3 fails unit test for duplicate bad cookies</title>
<updated>2012-10-25T23:50:25Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-10-25T23:50:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71734dfa72140f90c71e199c3a63f47024636df9'/>
<id>urn:sha1:71734dfa72140f90c71e199c3a63f47024636df9</id>
<content type='text'>
Thanks to clelland for the report.
</content>
</entry>
</feed>
