django1/django/db
Anssi Kääriäinen 743263a105 [1.5.x] Removed try-except in django.db.close_connection()
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.
2013-02-13 00:22:10 +02:00
..
backends [1.5.x] Fixed #19638 -- Skipped tx support testing for some DBs 2013-02-10 19:08:15 +02:00
models [1.5.x] Made custom m2m fields without through easier to use 2013-02-10 21:54:48 +02:00
__init__.py [1.5.x] Removed try-except in django.db.close_connection() 2013-02-13 00:22:10 +02:00
transaction.py [1.5.x] Fixed #19707 -- Reset transaction state after requests 2013-02-10 14:09:58 +02:00
utils.py [1.5.x] Removed try-except in django.db.close_connection() 2013-02-13 00:22:10 +02:00