diff options
| author | Anssi Kääriäinen <akaariai@gmail.com> | 2013-02-12 23:11:22 +0200 |
|---|---|---|
| committer | Anssi Kääriäinen <akaariai@gmail.com> | 2013-02-13 00:25:09 +0200 |
| commit | fafee74306e869c23edcef864f9d816565a5c4a2 (patch) | |
| tree | f4b6f3a0dd9ecf069f78c1450ad6b37ed23a84f4 /setup.py | |
| parent | c4841b3de4ffe0047dfc2d3435c22e77b0f98d86 (diff) | |
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.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions
