1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/tests
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
..
modeltests Fixed #18343 -- Cleaned up deferred model implementation 2012-05-27 18:11:13 +03:00
regressiontests Fixed #18135 -- Close connection used for db version checking 2012-05-27 18:45:08 +03:00
templates
runtests.py Commented on a line that inadvertantly slipped in commit 865cd35c 2012-05-05 16:45:02 +02:00
test_sqlite.py
urls.py