<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql/base.py, branch 1.8.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-04-02T08:39:08Z</updated>
<entry>
<title>Deprecated the psycopg-based postgresql database backend.</title>
<updated>2011-04-02T08:39:08Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-04-02T08:39:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89117545557f8ccfccfa9addd086a160501104b3'/>
<id>urn:sha1:89117545557f8ccfccfa9addd086a160501104b3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review.</title>
<updated>2010-11-09T16:46:42Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2010-11-09T16:46:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=616b30227d901a7452810a9ffaa55eaf186dc9e1'/>
<id>urn:sha1:616b30227d901a7452810a9ffaa55eaf186dc9e1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14223 -- Extended unification of exception raised in presence of integrity constraint violations.</title>
<updated>2010-10-23T00:01:22Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2010-10-23T00:01:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfdad9ed86c8408fe69fd0a946419f9c8aa265c8'/>
<id>urn:sha1:cfdad9ed86c8408fe69fd0a946419f9c8aa265c8</id>
<content type='text'>
The unification had been introduced in r12352 and native backend exceptions still
slipped through in cases that end in connection.commit() call. Thanks Alex,
Jacob and Carl for reviewing.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14320 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.</title>
<updated>2010-10-11T12:55:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-11T12:55:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=121d2e36785dc0ce8e7d1c48883fc7b719b21afc'/>
<id>urn:sha1:121d2e36785dc0ce8e7d1c48883fc7b719b21afc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.</title>
<updated>2010-10-11T12:20:07Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-11T12:20:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1070c57b83efdfd4fbed09280fcdaafc6d9c1a81'/>
<id>urn:sha1:1070c57b83efdfd4fbed09280fcdaafc6d9c1a81</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch.</title>
<updated>2010-08-30T13:21:18Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-30T13:21:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6909c22663ec12f95501622bba643504f63d3143'/>
<id>urn:sha1:6909c22663ec12f95501622bba643504f63d3143</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12766 -- Only set the psycopg1 client encoding when the connection is first created. This allows the custom_pk test to pass under psycopg1.</title>
<updated>2010-03-25T14:03:35Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-03-25T14:03:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=59a7ca9f18bd9d31d1b784a1de2fa3a86de0db70'/>
<id>urn:sha1:59a7ca9f18bd9d31d1b784a1de2fa3a86de0db70</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12759 -- Fixed the iterator method on psycopg1 cursors, which was preventing the raw_query tests from passing.</title>
<updated>2010-03-25T12:36:21Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-03-25T12:36:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=04aa8a007e467fe5fce45873999dbccd29b52b6e'/>
<id>urn:sha1:04aa8a007e467fe5fce45873999dbccd29b52b6e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the eagle eyes.</title>
<updated>2010-02-26T16:11:25Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-26T16:11:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5670331343f7a31c7c9f4d15b8ccb09efb15a920'/>
<id>urn:sha1:5670331343f7a31c7c9f4d15b8ccb09efb15a920</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro Morales for the patch.</title>
<updated>2010-02-26T15:33:27Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-26T15:33:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=46cc7021a8ab60190d81e9d7e039cd84efbafb23'/>
<id>urn:sha1:46cc7021a8ab60190d81e9d7e039cd84efbafb23</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
