<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/__init__.py, branch 1.4.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-12T22:39:43Z</updated>
<entry>
<title>[1.4.x] Removed try-except in django.db.close_connection()</title>
<updated>2013-02-12T22:39:43Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-02-12T21:11:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dec7dd99f095f938bc4306a0260d5b131935ad82'/>
<id>urn:sha1:dec7dd99f095f938bc4306a0260d5b131935ad82</id>
<content type='text'>
The reason was that the except clause needed to remove a connection
from the django.db.connections dict, but other parts of Django do not
expect this to happen. In addition the except clause was silently
swallowing the exception messages.

Refs #19707, special thanks to Carl Meyer for pointing out that this
approach should be taken.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #19707 -- Reset transaction state after requests</title>
<updated>2013-02-10T15:34:38Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-02-05T21:52:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9918b3f50212bfb408eebc8f9965beb061baf840'/>
<id>urn:sha1:9918b3f50212bfb408eebc8f9965beb061baf840</id>
<content type='text'>
Backpatch of a4e97cf315142e61bb4bc3ed8259b95d8586d09c.
</content>
</entry>
<entry>
<title>Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django.db.connections` dictionary. This allows connections to be explicitly shared between multiple threads and is particularly useful for enabling the sharing of in-memory SQLite connections. Many thanks to Anssi Kääriäinen for the excellent suggestions and feedback, and to Alex Gaynor for the reviews. Refs #2879.</title>
<updated>2011-12-16T13:40:19Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2011-12-16T13:40:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34e248efeca272a2c0f2b15a5347dd66fc0340c9'/>
<id>urn:sha1:34e248efeca272a2c0f2b15a5347dd66fc0340c9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.</title>
<updated>2011-07-13T09:35:51Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-07-13T09:35:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24f4764a48e4141923a78c8820e4cd7b411ec0fc'/>
<id>urn:sha1:24f4764a48e4141923a78c8820e4cd7b411ec0fc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed legacy handing for `settings.DATABAS_*` and using short-form references to the included database backends.</title>
<updated>2011-03-30T17:59:44Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-03-30T17:59:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b3aaae255fad098e801e4813f646492a8a29e57'/>
<id>urn:sha1:9b3aaae255fad098e801e4813f646492a8a29e57</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch.</title>
<updated>2011-03-28T02:11:19Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-03-28T02:11:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=13864703bc1d5dd4dac63c96c6a4b42a392bc57f'/>
<id>urn:sha1:13864703bc1d5dd4dac63c96c6a4b42a392bc57f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15336 -- Silenced a warning about the DATABASES transition when a database backend isn't specified. Thanks to Ivan Sagalaev for the report and patch.</title>
<updated>2011-02-19T08:10:19Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-02-19T08:10:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=563a164c056497fb8ac5c5c2cc8e8643213de94e'/>
<id>urn:sha1:563a164c056497fb8ac5c5c2cc8e8643213de94e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15571 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 #14395 -- Fixed typo in error message in db/__init__.py. Thanks, agabel</title>
<updated>2010-10-06T17:30:37Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2010-10-06T17:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43cee77fb4be6f76a120f2d97ec5a73e17381df4'/>
<id>urn:sha1:43cee77fb4be6f76a120f2d97ec5a73e17381df4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted from a database configuration. Thanks to Gregor Müllegger for the report and patch.</title>
<updated>2010-08-05T13:18:50Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-05T13:18:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d75922dad65b3f0b4ce1fcc0df02d31faffdf437'/>
<id>urn:sha1:d75922dad65b3f0b4ce1fcc0df02d31faffdf437</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
