<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.6b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.6b1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.6b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-06-28T13:15:10Z</updated>
<entry>
<title>Updated version numbers and setup.py for 1.6beta.</title>
<updated>2013-06-28T13:15:10Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2013-06-28T13:15:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=70f2d9aaffcdd255b1fde6c83b7fe584c4ee3d45'/>
<id>urn:sha1:70f2d9aaffcdd255b1fde6c83b7fe584c4ee3d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed missing slash in reusable apps tutorial.</title>
<updated>2013-06-28T07:43:14Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-06-28T07:43:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5caced89e0ac2f942b68bc5f163d156a42880f16'/>
<id>urn:sha1:5caced89e0ac2f942b68bc5f163d156a42880f16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support 'pyformat' style parameters in raw queries, Refs #10070</title>
<updated>2013-06-28T03:59:10Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2013-06-28T03:15:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d097417025e71286ad5bbde6e0a79caacabbbd64'/>
<id>urn:sha1:d097417025e71286ad5bbde6e0a79caacabbbd64</id>
<content type='text'>
Add support for Oracle, fix an issue with the repr of RawQuerySet,
add tests and documentations. Also added a 'supports_paramstyle_pyformat'
database feature, True by default, False for SQLite.

Thanks Donald Stufft for review of documentation.
</content>
</entry>
<entry>
<title>Prevented running some admin_view tests twice.</title>
<updated>2013-06-28T00:13:42Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-06-28T00:13:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7c0b72a826a3637b30a57553ac83f6b913c33134'/>
<id>urn:sha1:7c0b72a826a3637b30a57553ac83f6b913c33134</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.</title>
<updated>2013-06-27T23:39:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-06-27T23:39:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=534ced5aadf964eca4cf29a689dc70185f582772'/>
<id>urn:sha1:534ced5aadf964eca4cf29a689dc70185f582772</id>
<content type='text'>
Thanks jefftriplett for the report.
</content>
</entry>
<entry>
<title>Fixed #20571 -- Added an API to control connection.needs_rollback.</title>
<updated>2013-06-27T20:19:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-06-27T20:19:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c1284c3d3c6131a9d0ded9601ae0feb9a2e81a65'/>
<id>urn:sha1:c1284c3d3c6131a9d0ded9601ae0feb9a2e81a65</id>
<content type='text'>
This is useful:
- to force a rollback on the exit of an atomic block without having to
  raise and catch an exception;
- to prevent a rollback after handling an exception manually.
</content>
</entry>
<entry>
<title>Merge pull request #1312 from kenbolton/klb/docs</title>
<updated>2013-06-27T16:46:10Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2013-06-27T16:46:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=88d5f3219595380bf8bb395ce00b130d1f4c9ea9'/>
<id>urn:sha1:88d5f3219595380bf8bb395ce00b130d1f4c9ea9</id>
<content type='text'>
Fix typo</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2013-06-27T16:39:50Z</updated>
<author>
<name>Ken Bolton</name>
<email>ken@bscientific.org</email>
</author>
<published>2013-06-27T16:39:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6fcb7ba84239ef1f6b3451c70d40a5ae1cdffcf5'/>
<id>urn:sha1:6fcb7ba84239ef1f6b3451c70d40a5ae1cdffcf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms</title>
<updated>2013-06-27T14:44:22Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2013-06-27T14:40:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f325f86971bf7fc30e3daafc9835f66cd7951e3a'/>
<id>urn:sha1:f325f86971bf7fc30e3daafc9835f66cd7951e3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs for related_query_name</title>
<updated>2013-06-27T14:44:22Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2013-06-27T14:12:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=12cb0df10f12e715bcaafbee4290c92d4ed6f111'/>
<id>urn:sha1:12cb0df10f12e715bcaafbee4290c92d4ed6f111</id>
<content type='text'>
</content>
</entry>
</feed>
