<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 1.3.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.3.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-07-30T21:00:55Z</updated>
<entry>
<title>[1.3.x] Use correct download URL.</title>
<updated>2012-07-30T21:00:55Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2012-07-30T21:00:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e2ac91735f8acb9d1b792f510ed38e4afcb744b5'/>
<id>urn:sha1:e2ac91735f8acb9d1b792f510ed38e4afcb744b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.3.x] Bump version numbers for security releases.</title>
<updated>2012-07-30T20:54:15Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2012-07-30T20:54:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b0c51a09501823433d2051e9b7ac3829d01871e'/>
<id>urn:sha1:0b0c51a09501823433d2051e9b7ac3829d01871e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.3.x] Fixed a security issue in http redirects. Disclosure and new release forthcoming.</title>
<updated>2012-07-30T20:03:46Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-07-30T20:03:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4dea4883e6c50d75f215a6b9bcbd95273f57c72d'/>
<id>urn:sha1:4dea4883e6c50d75f215a6b9bcbd95273f57c72d</id>
<content type='text'>
Backport of 4129201c3e0fa057c198bdefcb34686a23b4a93c from master.
</content>
</entry>
<entry>
<title>[1.3.x] Fixed second security issue in image uploading. Disclosure and release forthcoming.</title>
<updated>2012-07-30T19:58:22Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-07-30T19:58:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b2eb4787a0fff9c9993b78be5c698e85108f3446'/>
<id>urn:sha1:b2eb4787a0fff9c9993b78be5c698e85108f3446</id>
<content type='text'>
Backport of b1d463468694f2e91fde67221b7996e9c52a9720 from master.
</content>
</entry>
<entry>
<title>[1.3.x] Fixed a security issue in image uploading. Disclosure and release forthcoming.</title>
<updated>2012-07-30T19:55:23Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-07-30T19:55:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ca0ff6268eeff92d0d0ac2c315d4b6a8e229155'/>
<id>urn:sha1:9ca0ff6268eeff92d0d0ac2c315d4b6a8e229155</id>
<content type='text'>
Backport of dd16b17099b7d86f27773df048c5014cf439b282 from master.
</content>
</entry>
<entry>
<title>Reverted "[1.3.x] Fixed #18135 -- Close connection used for db version checking"</title>
<updated>2012-05-28T17:41:39Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-05-28T17:41:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ca10b1dac758924f9bbd219880cc17a537c5e47'/>
<id>urn:sha1:7ca10b1dac758924f9bbd219880cc17a537c5e47</id>
<content type='text'>
This reverts commit a15d3b58d8c4cbb6137f0458544ec03f3394bb08. Django
1.3.x is in security fixes only state, and this wasn't a security
issue.
</content>
</entry>
<entry>
<title>[1.3.x] Fixed #18135 -- Close connection used for db version checking</title>
<updated>2012-05-27T19:09:49Z</updated>
<author>
<name>Michael Newman</name>
<email>newmaniese@gmail.com</email>
</author>
<published>2012-05-27T18:51:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a15d3b58d8c4cbb6137f0458544ec03f3394bb08'/>
<id>urn:sha1:a15d3b58d8c4cbb6137f0458544ec03f3394bb08</id>
<content type='text'>
On MySQL when checking the server version, a new connection could be
created but never closed. This could result in open connections on
server startup.

Backport of 4423757c0c50afbe2470434778c8d5e5b4a70925.
</content>
</entry>
<entry>
<title>[1.3.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect the to_field attribute. This fixes a regression introduced in [14674] and Django 1.3. Thanks to graveyboat and Karen Tracey for the report.</title>
<updated>2012-03-31T18:42:38Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-03-31T18:42:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e293d82c36133d722cf6b5e71c56d92853ceaf00'/>
<id>urn:sha1:e293d82c36133d722cf6b5e71c56d92853ceaf00</id>
<content type='text'>
Backport of r17854 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.3.X] Fixed #17634 -- Optimized the performance of MultiValueDict by using append instead of copy and by minimizing the number of dict lookups. Backport of r17464 from trunk.</title>
<updated>2012-03-25T06:53:47Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-03-25T06:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0bbe7379ee3e2cb290f9c9e841bb2f1457e14b16'/>
<id>urn:sha1:0bbe7379ee3e2cb290f9c9e841bb2f1457e14b16</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.3.X] Avoided a test failure if the settings module used to run the test suite is called "test_settings".</title>
<updated>2012-03-24T13:56:48Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-03-24T13:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=15fb61c62ce403bc2ba7f63c5f519a988ce2c5d2'/>
<id>urn:sha1:15fb61c62ce403bc2ba7f63c5f519a988ce2c5d2</id>
<content type='text'>
The globbing feature and this test were removed in 1.4.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
