1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/tests/regressiontests/backends
Michael Newman 4423757c0c Fixed #18135 -- Close connection used for db version checking
On MySQL when checking the server version, a new connection could be
created but never closed. This could result in open connections on
server startup.
2012-05-27 18:45:08 +03:00
..
__init__.py
models.py
tests.py Fixed #18135 -- Close connection used for db version checking 2012-05-27 18:45:08 +03:00