<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/http/__init__.py, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-09-13T00:04:27Z</updated>
<entry>
<title>[soc2010/app-loading] merged trunk</title>
<updated>2010-09-13T00:04:27Z</updated>
<author>
<name>Arthur Koziel</name>
<email>arthur@arthurkoziel.com</email>
</author>
<published>2010-09-13T00:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd49269c7db008b2567f50cb03c4d3d9b321daa1'/>
<id>urn:sha1:dd49269c7db008b2567f50cb03c4d3d9b321daa1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11522: Restored ability of http redirect responses to correctly handle redirect locations with non-ASCII chars.</title>
<updated>2010-03-02T19:37:48Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-02T19:37:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=125c748cf6d59012ac6c9e6935d7692f615d0e14'/>
<id>urn:sha1:125c748cf6d59012ac6c9e6935d7692f615d0e14</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12470 - django.contrib.messages CookieStorage failing silently in safari when comma is used in message</title>
<updated>2010-01-23T23:13:00Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-01-23T23:13:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=088f7170779b98547d9862603387afee77b964a8'/>
<id>urn:sha1:088f7170779b98547d9862603387afee77b964a8</id>
<content type='text'>
This issue was fixed by changing the underlying cookie storage mechanism.

This will fix other bugs with cookies for Internet Explorer and Safari, but
could also cause backwards incompatibilities with existing javascript that
may parse cookie values that contain commas or semi-colons, and, very
rarely, with existing cookie values.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.</title>
<updated>2009-12-17T22:06:41Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-12-17T22:06:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=574eafe4c08c4a63876e199e0f2657868c8d0718'/>
<id>urn:sha1:574eafe4c08c4a63876e199e0f2657868c8d0718</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed edge case that breaks the test suite on versions of Python &gt; 2.6.4</title>
<updated>2009-12-12T15:30:25Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2009-12-12T15:30:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2659429df46d0d79ad7a93d50d0ccdab45b55b53'/>
<id>urn:sha1:2659429df46d0d79ad7a93d50d0ccdab45b55b53</id>
<content type='text'>
Before http://svn.python.org/view?view=rev&amp;revision=74647 it was possible to
pass a SimpleCookie to load, but this no longer works due to a different bug
in Python the said revision fixed.

My guess is a SimpleCookie was never intended to be passed through load which
is perfectly reasonable.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a silly function flow bug in [10711].</title>
<updated>2009-05-08T11:31:36Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-08T11:31:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38a6c48878c4318fac404e6ee2454d78b26c098b'/>
<id>urn:sha1:38a6c48878c4318fac404e6ee2454d78b26c098b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.</title>
<updated>2009-05-08T11:15:23Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-08T11:15:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=155ab07a5d40f5e0a426423cb8df3868a37a02f8'/>
<id>urn:sha1:155ab07a5d40f5e0a426423cb8df3868a37a02f8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().</title>
<updated>2009-04-12T03:50:47Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-04-12T03:50:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=87e6939372790662752e227557415d3f4e180992'/>
<id>urn:sha1:87e6939372790662752e227557415d3f4e180992</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10184: QueryDicts with multiple values can now be safely pickled. Thanks, Alex Gaynor.</title>
<updated>2009-03-31T05:14:13Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-03-31T05:14:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ae873fcd83221a17d41f31f2ac32e37f439ae7b'/>
<id>urn:sha1:9ae873fcd83221a17d41f31f2ac32e37f439ae7b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.</title>
<updated>2008-08-29T16:49:19Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-29T16:49:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a8dcafb575c3b0147223c04e7ccae553c0c9a49'/>
<id>urn:sha1:6a8dcafb575c3b0147223c04e7ccae553c0c9a49</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
