<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.6b4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.6b4</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.6b4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-09-15T06:36:03Z</updated>
<entry>
<title>[1.6.x] Add release notes and bump version number for security release.</title>
<updated>2013-09-15T06:36:03Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2013-09-15T06:36:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=623c4916df545f985c66a269a712e95f2724f6d0'/>
<id>urn:sha1:623c4916df545f985c66a269a712e95f2724f6d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.6.x] Ensure that passwords are never long enough for a DoS.</title>
<updated>2013-09-15T05:46:16Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2013-09-15T05:46:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5ecc0f828ebe270cfc92a0a2bfb4268800907904'/>
<id>urn:sha1:5ecc0f828ebe270cfc92a0a2bfb4268800907904</id>
<content type='text'>
 * Limit the password length to 4096 bytes
  * Password hashers will raise a ValueError
  * django.contrib.auth forms will fail validation
 * Document in release notes that this is a backwards incompatible change

Thanks to Josh Wright for the report, and Donald Stufft for the patch.

This is a security fix; disclosure to follow shortly.

Backport of aae5a96d5754ad34e48b7f673ef2411a3bbc1015 from master.
</content>
</entry>
<entry>
<title>[1.6.x] Added tests for double-pickling a QuerySet</title>
<updated>2013-09-14T07:36:48Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>anssi.kaariainen@thl.fi</email>
</author>
<published>2013-09-14T07:33:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4c4954a3c133e824390296f6bb444622a8b25331'/>
<id>urn:sha1:4c4954a3c133e824390296f6bb444622a8b25331</id>
<content type='text'>
Refs #21102.

Backpatch of 74b91b3888383fca28dea00e0e1ffb5aecec7c0f
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #21101 -- Updated urlize documentation to mention email addresses</title>
<updated>2013-09-13T16:42:40Z</updated>
<author>
<name>Goetz</name>
<email>goetz.buerkle@gmail.com</email>
</author>
<published>2013-09-13T15:45:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=097fb98f81b9d9dd3faac45f5b93d620098041bc'/>
<id>urn:sha1:097fb98f81b9d9dd3faac45f5b93d620098041bc</id>
<content type='text'>
Backport of 39b49fd339 from master
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6</title>
<updated>2013-09-13T13:35:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-09-13T13:34:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7a2adec4d047492ed77aa0e027d889d442b0f59c'/>
<id>urn:sha1:7a2adec4d047492ed77aa0e027d889d442b0f59c</id>
<content type='text'>
Thanks AndrewIngram for the suggestion.

Backport of ec89e1725a from master
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.</title>
<updated>2013-09-13T13:30:12Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-09-13T13:28:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6e17534c8903cabdd3fb2314c9a9c7b02128669e'/>
<id>urn:sha1:6e17534c8903cabdd3fb2314c9a9c7b02128669e</id>
<content type='text'>
Thanks ylb415 at gmail.com for the suggestion.

Backport of e4aab1bb8d from master
</content>
</entry>
<entry>
<title>[1.6.x] Documentation -- added instructions on working with pull requests</title>
<updated>2013-09-13T12:27:23Z</updated>
<author>
<name>Kevin Christopher Henry</name>
<email>k@severian.com</email>
</author>
<published>2013-09-12T23:01:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c91ffd5f23c71dad8f2ed6b4dfecb4592572f244'/>
<id>urn:sha1:c91ffd5f23c71dad8f2ed6b4dfecb4592572f244</id>
<content type='text'>
Since non-core contributors are asked to review patches, instructions
on working with pull requests were added to the Working with Git and
GitHub page (based on the existing instructions in the core
committers page).

Backport of 990ce9aab9 from master
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.</title>
<updated>2013-09-13T08:20:13Z</updated>
<author>
<name>Matt Austin</name>
<email>mail@mattaustin.me.uk</email>
</author>
<published>2013-09-12T13:27:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a929adfd3b89056d83c34f729bedde78afec44db'/>
<id>urn:sha1:a929adfd3b89056d83c34f729bedde78afec44db</id>
<content type='text'>
Day, month, and week_day lookups now require time zone definitions in the database.

Backport of 9451d8d from master.
</content>
</entry>
<entry>
<title>[1.6.x] Fixed a couple of typos in GeoDjango docs.</title>
<updated>2013-09-12T22:45:27Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2013-09-12T22:34:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=66e6e2d14663f78aacdd9df4e9e8c1c008b62459'/>
<id>urn:sha1:66e6e2d14663f78aacdd9df4e9e8c1c008b62459</id>
<content type='text'>
8b366a50f4 from master.
</content>
</entry>
<entry>
<title>[1.6.x] Minor typo fix in django.contrib.auth.models.User docs</title>
<updated>2013-09-11T23:44:35Z</updated>
<author>
<name>Phaneendra Chiruvella</name>
<email>hi@pcx.io</email>
</author>
<published>2013-09-11T21:45:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e8bb41d05ccd4ccb2cb983ad6c895ff40de622df'/>
<id>urn:sha1:e8bb41d05ccd4ccb2cb983ad6c895ff40de622df</id>
<content type='text'>
Backport of bd72c2acb6 from master
</content>
</entry>
</feed>
