<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 1.5c2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5c2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5c2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-19T20:15:33Z</updated>
<entry>
<title>[1.5.x] Bump version numbers for security release.</title>
<updated>2013-02-19T20:15:33Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2013-02-19T20:15:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=18d920ea4839fb54f9d2a5dcb555b6a5666ee469'/>
<id>urn:sha1:18d920ea4839fb54f9d2a5dcb555b6a5666ee469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5.x] Update 1.5 release notes for XML and formset fixes.</title>
<updated>2013-02-19T17:39:04Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-12T23:02:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84ce990c0790c61230e2c6dca6768f91e67b3ee6'/>
<id>urn:sha1:84ce990c0790c61230e2c6dca6768f91e67b3ee6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5.x] Added a default limit to the maximum number of forms in a formset.</title>
<updated>2013-02-19T17:39:04Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-02-12T10:22:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3ef4bbf495cc6c061789132e3d50a8231a89406b'/>
<id>urn:sha1:3ef4bbf495cc6c061789132e3d50a8231a89406b</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>[1.5.x] Checked object permissions on admin history view.</title>
<updated>2013-02-19T17:39:04Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-04T23:57:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e46c7f7ac9c8c56149090b58a277239708cf4f7'/>
<id>urn:sha1:0e46c7f7ac9c8c56149090b58a277239708cf4f7</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.

Patch by Russell Keith-Magee.
</content>
</entry>
<entry>
<title>[1.5.x] Restricted the XML deserializer to prevent DoS attacks.</title>
<updated>2013-02-19T17:39:03Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-12T04:54:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d0c22e02db42763f66f9b941cd2c798590c03b9'/>
<id>urn:sha1:2d0c22e02db42763f66f9b941cd2c798590c03b9</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header validation.</title>
<updated>2013-02-19T17:39:03Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-09T17:26:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7e33c5bf3a5d854a088c6e56f2684952b1cd2b6'/>
<id>urn:sha1:a7e33c5bf3a5d854a088c6e56f2684952b1cd2b6</id>
<content type='text'>
This is a security fix; disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.</title>
<updated>2013-02-18T14:36:49Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-18T14:35:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d853db90e71691f2b6b0827b002b9d0edb38fd1'/>
<id>urn:sha1:5d853db90e71691f2b6b0827b002b9d0edb38fd1</id>
<content type='text'>
Thanks julien.aubert.mail@ for the report and James Pic for the patch.

Backport of 64d0f89ab1 from master
</content>
</entry>
<entry>
<title>[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.</title>
<updated>2013-02-17T13:55:22Z</updated>
<author>
<name>Simon Meers</name>
<email>simon@simonmeers.com</email>
</author>
<published>2013-02-17T13:55:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=94ef17e2c223225cfa3a4bd2f9b4e1d961269e88'/>
<id>urn:sha1:94ef17e2c223225cfa3a4bd2f9b4e1d961269e88</id>
<content type='text'>
Backport of 9c2066d5 from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key from IntegerField to AutoField.</title>
<updated>2013-02-16T23:34:18Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-16T23:31:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ba794f68bfa86c2744e89adeb6027c9d6059d85e'/>
<id>urn:sha1:ba794f68bfa86c2744e89adeb6027c9d6059d85e</id>
<content type='text'>
Thanks Keryn Knight.

Backport of 218bbef0c4 from master
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.</title>
<updated>2013-02-16T23:25:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-16T23:23:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad2b091c1f48687188295e57b5cf4f6ad751f572'/>
<id>urn:sha1:ad2b091c1f48687188295e57b5cf4f6ad751f572</id>
<content type='text'>
Thanks diegueus9 for the report and itsallvoodoo for the draft patch.

Backport of 7a80904b00 from master
</content>
</entry>
</feed>
