1
0
mirror of https://github.com/django/django.git synced 2025-03-05 23:12:32 +00:00
django/tests/regressiontests
Anssi Kääriäinen fafee74306 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:25:09 +02:00
..
2013-01-28 22:11:00 +01:00
2013-02-06 21:20:43 +01:00