<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.4.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.4.4</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.4.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-02-19T20:17:23Z</updated>
<entry>
<title>[1.4.x] Bump version numbers for security release.</title>
<updated>2013-02-19T20:17:23Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2013-02-19T20:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f61f800c29e2b421a00b52c51ec513eee944d5d8'/>
<id>urn:sha1:f61f800c29e2b421a00b52c51ec513eee944d5d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Update 1.4.4 release notes for all security fixes.</title>
<updated>2013-02-19T18:48:46Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-12T22:33:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=62d5338bf208aea3e10b020d0cf65bd93dcc253f'/>
<id>urn:sha1:62d5338bf208aea3e10b020d0cf65bd93dcc253f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Added a default limit to the maximum number of forms in a formset.</title>
<updated>2013-02-19T17:37:54Z</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/chango.git/commit/?id=0cc350a896f70ace18280410eb616a9197d862b0'/>
<id>urn:sha1:0cc350a896f70ace18280410eb616a9197d862b0</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>[1.4.x] Checked object permissions on admin history view.</title>
<updated>2013-02-19T17:37:54Z</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/chango.git/commit/?id=0e7861aec73702f7933ce2a93056f7983939f0d6'/>
<id>urn:sha1:0e7861aec73702f7933ce2a93056f7983939f0d6</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.

Patch by Russell Keith-Magee.
</content>
</entry>
<entry>
<title>[1.4.x] Restrict the XML deserializer to prevent network and entity-expansion DoS attacks.</title>
<updated>2013-02-19T17:37:54Z</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/chango.git/commit/?id=1c60d07ba23e0350351c278ad28d0bd5aa410b40'/>
<id>urn:sha1:1c60d07ba23e0350351c278ad28d0bd5aa410b40</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>[1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation.</title>
<updated>2013-02-19T17:37:54Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-09T18:32:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9936fdb11d0bbf0bd242f259bfb97bbf849d16f8'/>
<id>urn:sha1:9936fdb11d0bbf0bd242f259bfb97bbf849d16f8</id>
<content type='text'>
This is a security fix; disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #19824 - Corrected the class described for Field.primary_key from IntegerField to AutoField.</title>
<updated>2013-02-16T23:34:34Z</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/chango.git/commit/?id=57b62a74cb44ac3cf8b1a9d4cf75bfe953208814'/>
<id>urn:sha1:57b62a74cb44ac3cf8b1a9d4cf75bfe953208814</id>
<content type='text'>
Thanks Keryn Knight.

Backport of 218bbef0c4 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.</title>
<updated>2013-02-16T23:25:22Z</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/chango.git/commit/?id=83e512fa6e45d2c9e63735bb0c3cd8f1fcd2e616'/>
<id>urn:sha1:83e512fa6e45d2c9e63735bb0c3cd8f1fcd2e616</id>
<content type='text'>
Thanks diegueus9 for the report and itsallvoodoo for the draft patch.

Backport of 7a80904b00 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #19719 - Removed misleading example from ModelForm documentation</title>
<updated>2013-02-16T23:09:43Z</updated>
<author>
<name>Alex Hunley</name>
<email>phantummm@gmail.com</email>
</author>
<published>2013-02-16T19:30:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3d6388941d231e7ae1b5a53cdf2e401b704744b5'/>
<id>urn:sha1:3d6388941d231e7ae1b5a53cdf2e401b704744b5</id>
<content type='text'>
Backport of 976dc07baf from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #19815 - Removed an unused import in tutorial 3.</title>
<updated>2013-02-13T01:04:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-13T01:04:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9eb7d59665972690bea790fd1ed12eeb142c0ee4'/>
<id>urn:sha1:9eb7d59665972690bea790fd1ed12eeb142c0ee4</id>
<content type='text'>
Thanks pedro.calcao@ for the report.
</content>
</entry>
</feed>
