<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/utils/http.py, branch 1.11.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.29'/>
<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>Fixed parse_http_date docstring and moved related tests</title>
<updated>2012-09-26T19:10:17Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-26T19:10:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3ee80a0cf0e60876f03b797d2bdc69505dbdfcb'/>
<id>urn:sha1:b3ee80a0cf0e60876f03b797d2bdc69505dbdfcb</id>
<content type='text'>
Refs #18675.
</content>
</entry>
<entry>
<title>[py3] Removed uses of sys.maxint under Python 3.</title>
<updated>2012-08-03T16:51:28Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-03T16:46:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d01eaf7104e96b2fcf373ddfbc80ef4568bd0387'/>
<id>urn:sha1:d01eaf7104e96b2fcf373ddfbc80ef4568bd0387</id>
<content type='text'>
Also fixed #18706: improved exceptions raised by int_to_base36.
</content>
</entry>
<entry>
<title>Fixed #12140 -- Fixed http.urlencode result for empty lists</title>
<updated>2012-06-14T09:32:40Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-14T09:32:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fe873e276527534b3c0c22f457ee314cf029ced4'/>
<id>urn:sha1:fe873e276527534b3c0c22f457ee314cf029ced4</id>
<content type='text'>
Thanks aneil for the report and the initial patch.
</content>
</entry>
<entry>
<title>Use Python's changed comparisons, which makes this a bit more readable.</title>
<updated>2012-02-16T01:10:21Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2012-02-16T01:10:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b9b3e9f0efe3fe9d5d976533ff2f13359825f5da'/>
<id>urn:sha1:b9b3e9f0efe3fe9d5d976533ff2f13359825f5da</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17693. Input validation and tests for base36 conversion utils. Thanks Keryn Knight for the report.</title>
<updated>2012-02-16T00:58:49Z</updated>
<author>
<name>Paul McMillan</name>
<email>Paul@McMillan.ws</email>
</author>
<published>2012-02-16T00:58:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6072e108e2738dbde7c2ad976a45745551859a20'/>
<id>urn:sha1:6072e108e2738dbde7c2ad976a45745551859a20</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</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/django.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 #9089 -- Correctly handle list values in MultiValueDict instances when passed to django.utils.http.urlencode. Thanks, kratorius, guettli and obeattie.</title>
<updated>2011-04-22T12:01:41Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-04-22T12:01:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f4be8bd53d13c9ecb7f31998f89a2def11111efb'/>
<id>urn:sha1:f4be8bd53d13c9ecb7f31998f89a2def11111efb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15617 - CSRF referer checking too strict</title>
<updated>2011-03-15T20:37:09Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-03-15T20:37:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=243d0bec1954ad7fab44625f1440a8ce580df26c'/>
<id>urn:sha1:243d0bec1954ad7fab44625f1440a8ce580df26c</id>
<content type='text'>
Thanks to adam for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
