<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/django/http/utils.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2016-04-25T11:56:07Z</updated>
<entry>
<title>Fixed #26052 -- Moved conditional_content_removal() processing to the test client.</title>
<updated>2016-04-25T11:56:07Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-04-25T11:56:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bb0b4b705b508451567bcada9106b91b8fca9e86'/>
<id>urn:sha1:bb0b4b705b508451567bcada9106b91b8fca9e86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23960 -- Removed http.fix_location_header</title>
<updated>2015-03-18T17:22:50Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-03-13T22:40:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a0c2eb46dd5a782c11c44f13c8efad2778be1641'/>
<id>urn:sha1:a0c2eb46dd5a782c11c44f13c8efad2778be1641</id>
<content type='text'>
Thanks Carl Meyer for the report and Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check.</title>
<updated>2014-08-15T18:59:36Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2014-08-15T16:40:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=230393e5e81ff524a3ab8c476f75011d3ac53115'/>
<id>urn:sha1:230393e5e81ff524a3ab8c476f75011d3ac53115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dropped fix_IE_for_vary/attach.</title>
<updated>2014-05-14T08:19:48Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-05-12T11:28:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3800f63721f6fc1c940abfb10fe21257dcf13521'/>
<id>urn:sha1:3800f63721f6fc1c940abfb10fe21257dcf13521</id>
<content type='text'>
This is a security fix. Disclosure following shortly.
</content>
</entry>
<entry>
<title>Fixed #21288 -- Fixed E126 pep8 warnings</title>
<updated>2013-10-21T12:31:30Z</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@thenicols.net</email>
</author>
<published>2013-10-19T23:33:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b289fcf1bfeaa717ed465b2529a275b61dc02d92'/>
<id>urn:sha1:b289fcf1bfeaa717ed465b2529a275b61dc02d92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20472: response.content should be bytes on both Python 2 and 3</title>
<updated>2013-05-20T23:28:16Z</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2013-05-20T22:41:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0594fed9ffd6cf6e10475488934cb02d9263829e'/>
<id>urn:sha1:0594fed9ffd6cf6e10475488934cb02d9263829e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py</title>
<updated>2012-10-21T18:12:59Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@rd.io</email>
</author>
<published>2012-10-21T18:12:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b4066d7d2149782cd694b98d1a6ed5c7ee885f55'/>
<id>urn:sha1:b4066d7d2149782cd694b98d1a6ed5c7ee885f55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #7581 -- Added streaming responses.</title>
<updated>2012-10-20T18:05:11Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-10-20T15:40:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4b27813198ae31892f1159d437e492f7745761a0'/>
<id>urn:sha1:4b27813198ae31892f1159d437e492f7745761a0</id>
<content type='text'>
Thanks mrmachine and everyone else involved on this long-standing ticket.
</content>
</entry>
<entry>
<title>Fixed #16632 -- Crash on responses without Content-Type with IE. Thanks juan for the report and kenth for the patch.</title>
<updated>2011-12-11T08:58:14Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-12-11T08:58:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=affca1369c85116022e42d34f8deae245ce654cd'/>
<id>urn:sha1:affca1369c85116022e42d34f8deae245ce654cd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias for various MSIE fixes. Thanks to chrj for the report and patch.</title>
<updated>2011-01-27T03:13:39Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-01-27T03:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1f5309a99e94aec310c1fcd9117559356db40a65'/>
<id>urn:sha1:1f5309a99e94aec310c1fcd9117559356db40a65</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
