<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 1.4.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-12-10T21:45:04Z</updated>
<entry>
<title>[1.4.x] Bump version numbers for security release.</title>
<updated>2012-12-10T21:45:04Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2012-12-10T21:45:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1f0af3c529885beca39e0d4981fb4794ef3102c2'/>
<id>urn:sha1:1f0af3c529885beca39e0d4981fb4794ef3102c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.X] Fixed a security issue in get_host.</title>
<updated>2012-12-10T21:14:16Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-11-27T21:26:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=319627c184e71ae267d6b7f000e293168c7b6e09'/>
<id>urn:sha1:319627c184e71ae267d6b7f000e293168c7b6e09</id>
<content type='text'>
Full disclosure and new release forthcoming.
</content>
</entry>
<entry>
<title>[1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.</title>
<updated>2012-12-10T21:14:16Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-11-17T21:00:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b2ae0a63aeec741f1e51bac9a95a27fd635f9652'/>
<id>urn:sha1:b2ae0a63aeec741f1e51bac9a95a27fd635f9652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Fixed the admin_filters tests for Postgres.</title>
<updated>2012-12-04T18:41:22Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-12-04T18:36:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c9a8fd5c4e5ed157d2d5fa09f3d6d05d2290bbf'/>
<id>urn:sha1:8c9a8fd5c4e5ed157d2d5fa09f3d6d05d2290bbf</id>
<content type='text'>
Backport of c196e01100b2</content>
</entry>
<entry>
<title>[1.4.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be displayed as selected even if the lookup's first element is not a string.</title>
<updated>2012-12-04T04:58:54Z</updated>
<author>
<name>Sebastián Magrí</name>
<email>sebasmagri@gmail.com</email>
</author>
<published>2012-11-19T01:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c72172244ef81f793d1eca9a54f58a11f27b0917'/>
<id>urn:sha1:c72172244ef81f793d1eca9a54f58a11f27b0917</id>
<content type='text'>
Backport of 88e17156393b
</content>
</entry>
<entry>
<title>[1.4.x] Fixed ordering-related failure in m2m_through_regress tests</title>
<updated>2012-11-24T14:10:16Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-11-24T13:52:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3e4058be9f3f7bc58a356278a70d44c07f1c967c'/>
<id>urn:sha1:3e4058be9f3f7bc58a356278a70d44c07f1c967c</id>
<content type='text'>
Backpatch of dc569c880143db07e01b3293d698ad8fe4a0136f
</content>
</entry>
<entry>
<title>[1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests.</title>
<updated>2012-11-24T08:49:30Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-11-24T08:36:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=046300c43b44c3238e980f01c177170ed4efde34'/>
<id>urn:sha1:046300c43b44c3238e980f01c177170ed4efde34</id>
<content type='text'>
Refs #18823.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed SQLite's collapsing of same-valued instances in bulk_create</title>
<updated>2012-11-23T23:28:25Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-11-23T22:28:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c7dcb1d808597e0806fb352bb5ddc4b58c452f4c'/>
<id>urn:sha1:c7dcb1d808597e0806fb352bb5ddc4b58c452f4c</id>
<content type='text'>
SQLite used INSERT INTO tbl SELECT %s UNION SELECT %s, the problem
was that there should have been UNION ALL instead of UNION.

Refs #19351

Backpatch of a27582484cf814554907d2d1ad077852de36963f
</content>
</entry>
<entry>
<title>[1.4.X] Fixed #19317 - Added an image for warning blocks in the docs</title>
<updated>2012-11-22T13:50:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-11-20T21:14:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ee9a7265a76d435d886942ee431a216564d13f0'/>
<id>urn:sha1:9ee9a7265a76d435d886942ee431a216564d13f0</id>
<content type='text'>
Thanks tome for the suggestion and patch.

Backport of 3587991ba8 from master
</content>
</entry>
<entry>
<title>[1.4.x] Added examples of using startproject/app with URLs</title>
<updated>2012-11-22T06:08:31Z</updated>
<author>
<name>Preston Holmes</name>
<email>preston@ptone.com</email>
</author>
<published>2012-11-16T05:17:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=19710955e4761c4ff23f64f64c07312da26d0d8c'/>
<id>urn:sha1:19710955e4761c4ff23f64f64c07312da26d0d8c</id>
<content type='text'>
thanks to Brent O'Connor for the idea and intial docs
</content>
</entry>
</feed>
