<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/db/sql.txt, branch 1.6a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.6a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.6a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-05-05T15:01:45Z</updated>
<entry>
<title>Found a mistake in SQL documentation</title>
<updated>2013-05-05T15:01:45Z</updated>
<author>
<name>Christopher Allen-Poole</name>
<email>cw@allen-poole.com</email>
</author>
<published>2013-05-05T14:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a96bff179a57c6c7fb79585120088f155831a6ae'/>
<id>urn:sha1:a96bff179a57c6c7fb79585120088f155831a6ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapted uses of versionchanged/versionadded to the new form.</title>
<updated>2013-04-20T15:18:35Z</updated>
<author>
<name>Juan Catalano</name>
<email>jc@streema.com</email>
</author>
<published>2013-03-25T05:53:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78c842a3230f026ad678d243e5459cd6b314d99a'/>
<id>urn:sha1:78c842a3230f026ad678d243e5459cd6b314d99a</id>
<content type='text'>
Refs #20104.
</content>
</entry>
<entry>
<title>Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors</title>
<updated>2013-03-23T16:11:10Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-23T15:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=76aecfbc4b49f5ab0613cccff1df6fab03253fab'/>
<id>urn:sha1:76aecfbc4b49f5ab0613cccff1df6fab03253fab</id>
<content type='text'>
Previously, depending on the database backend or the cursor type,
you'd need to double the percent signs in the query before passing
it to cursor.execute. Now cursor.execute consistently need percent
doubling whenever params argument is not None (placeholder substitution
will happen).
Thanks Thomas Güttler for the report and Walter Doekes for his work
on the patch.
</content>
</entry>
<entry>
<title>Fixed #19968 -- Dropped support for PostgreSQL &lt; 8.4.</title>
<updated>2013-03-18T20:16:29Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-17T10:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6197935152419f064911f7a26b70da32f31435c7'/>
<id>urn:sha1:6197935152419f064911f7a26b70da32f31435c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabled database-level autocommit for all backends.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-03T14:55:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e27debc5cba30c84f99151a84c5fd846a65b091'/>
<id>urn:sha1:5e27debc5cba30c84f99151a84c5fd846a65b091</id>
<content type='text'>
This is mostly a documentation change.

It has the same backwards-incompatibility consequences as those
described for PostgreSQL in a previous commit.
</content>
</entry>
<entry>
<title>Fixed #19516 - Fixed remaining broken links.</title>
<updated>2013-01-02T23:32:57Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-01T13:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b5f64cc6ed5f1e904093fe4e6ff0f681b8e545f'/>
<id>urn:sha1:9b5f64cc6ed5f1e904093fe4e6ff0f681b8e545f</id>
<content type='text'>
Added -n to sphinx builds to catch issues going forward.
</content>
</entry>
<entry>
<title>Fixed #18934 - Removed versionadded/changed annotations for Django 1.3</title>
<updated>2012-09-20T23:06:55Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-09-19T20:39:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=837425b425c2d58596f3ed04a7ed79541279ee7e'/>
<id>urn:sha1:837425b425c2d58596f3ed04a7ed79541279ee7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed references to changes made in 1.2.</title>
<updated>2012-06-07T13:02:35Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-06-07T13:02:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c28e700c7e54e3071f173b34a12eb1c4f6e39552'/>
<id>urn:sha1:c28e700c7e54e3071f173b34a12eb1c4f6e39552</id>
<content type='text'>
Thanks Florian Apolloner for the patch.
</content>
</entry>
<entry>
<title>Replaced print statement by print function (forward compatibility syntax).</title>
<updated>2012-04-30T18:45:03Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-28T16:02:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=596cb9c7e287abbb98c64974fb4944d522cb6b5a'/>
<id>urn:sha1:596cb9c7e287abbb98c64974fb4944d522cb6b5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #16233 -- Added link to multiple databases docs from custom sql alias section. Thanks charlax for the report.</title>
<updated>2012-04-06T09:17:37Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-06T09:17:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=723445f40e33c1c68b4b501f8064e78a5ebd346e'/>
<id>urn:sha1:723445f40e33c1c68b4b501f8064e78a5ebd346e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
