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 Added test cases for [6218]. 2007-09-14 21:38:45 +00:00
models.py Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
tests.py Fixed #18135 -- Close connection used for db version checking 2012-05-27 18:45:08 +03:00