<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.6a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.6a1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.6a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-05-27T03:26:27Z</updated>
<entry>
<title>Bumped verion numbers for 1.6a1.</title>
<updated>2013-05-27T03:26:27Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2013-05-27T03:26:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ab7de21306c5700a3b31da05d2c1c1b881018fd2'/>
<id>urn:sha1:ab7de21306c5700a3b31da05d2c1c1b881018fd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced `and...or...` constructs with PEP 308 conditional expressions.</title>
<updated>2013-05-27T02:47:50Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2013-05-27T02:47:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0fa8d43e742ee8b480d938a47836b5a3720c2677'/>
<id>urn:sha1:0fa8d43e742ee8b480d938a47836b5a3720c2677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.</title>
<updated>2013-05-25T23:27:34Z</updated>
<author>
<name>Preston Holmes</name>
<email>preston@ptone.com</email>
</author>
<published>2013-05-15T23:14:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d228c1192ed59ab0114d9eba82ac99df611652d2'/>
<id>urn:sha1:d228c1192ed59ab0114d9eba82ac99df611652d2</id>
<content type='text'>
SuspiciousOperations have been differentiated into subclasses, and
are now logged to a 'django.security.*' logger. SuspiciousOperations
that reach django.core.handlers.base.BaseHandler will now return a 400
instead of a 500.

Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft
for review.
</content>
</entry>
<entry>
<title>Fixed get_or_create...test_savepoint_rollback test for Python3</title>
<updated>2013-05-25T22:53:24Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2013-05-25T22:53:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=36d47f72e300321c4a328a643d489436535d1442'/>
<id>urn:sha1:36d47f72e300321c4a328a643d489436535d1442</id>
<content type='text'>
The test was always skipped on Python3 because string literals are unicode
</content>
</entry>
<entry>
<title>Fix get_or_create test failure under Oracle</title>
<updated>2013-05-25T22:39:34Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2013-05-25T22:39:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cf159e5c939fa609c94e4d762d9d9363a6601a95'/>
<id>urn:sha1:cf159e5c939fa609c94e4d762d9d9363a6601a95</id>
<content type='text'>
Test expected that when given invalid utf-8, the backend should raise
a DatabaseError, but the Oracle backend raises a UnicodeDecodeError.
</content>
</entry>
<entry>
<title>Fixed #19938 -- Consumed iterator only once in paginator's Page</title>
<updated>2013-05-25T14:27:26Z</updated>
<author>
<name>Andrew Jesaitis</name>
<email>andrew@andrewjesaitis.com</email>
</author>
<published>2013-03-18T20:29:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=31f6421b134e4e83a459d2faa1009b33fefd6276'/>
<id>urn:sha1:31f6421b134e4e83a459d2faa1009b33fefd6276</id>
<content type='text'>
Thanks Joshua Fialkoff for the report.
</content>
</entry>
<entry>
<title>Fixed #20296 -- Allowed SafeData and EscapeData to be lazy</title>
<updated>2013-05-25T14:06:44Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-04-20T11:38:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2ee447fb5f8974b432d3dd421af9a242215aea44'/>
<id>urn:sha1:2ee447fb5f8974b432d3dd421af9a242215aea44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #11725 -- Made possible to create widget label tag without "for"</title>
<updated>2013-05-25T13:31:07Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-05-25T13:18:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=be0bab1bb8da80402248cd1fa22fd4cc09b34fe7'/>
<id>urn:sha1:be0bab1bb8da80402248cd1fa22fd4cc09b34fe7</id>
<content type='text'>
Thanks Denis Martinez for the report and initial patch, and
Sergey Kolosov for bringing the patch up to date.
</content>
</entry>
<entry>
<title>Updated translation catalogs</title>
<updated>2013-05-25T12:32:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-05-25T12:21:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ab61dd28293746e26f2aa8728be5f04d6e7e536c'/>
<id>urn:sha1:ab61dd28293746e26f2aa8728be5f04d6e7e536c</id>
<content type='text'>
Updated core/admin/admindocs/comments translation catalogs.
</content>
</entry>
<entry>
<title>Fixed some minor translation-related issues</title>
<updated>2013-05-25T12:32:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-05-25T12:31:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b7cf44dde88c52b3e3020bd9dae3b3d0792b9a6d'/>
<id>urn:sha1:b7cf44dde88c52b3e3020bd9dae3b3d0792b9a6d</id>
<content type='text'>
</content>
</entry>
</feed>
