django/tests/regressiontests/backends
Aymeric Augustin aea98e8c53 Simplified MySQL version checking.
Django used to check the version of MySQL before handling the first
request, which required:
- opening a connection
- closing it, to avoid holding it idle until the first request.

This code isn't necessary any longer since Django dropped support for
some versions of MySQL, and other database backends don't implement a
similar dance. For consistency and maintenability, remove it.

Reverts 4423757c0c.

Closes #18135.
2013-02-18 21:46:26 +01:00
..
__init__.py Added test cases for [6218]. 2007-09-14 21:38:45 +00:00
models.py Fixed #19360 -- Raised an explicit exception for aggregates on date/time fields in sqlite3 2013-01-11 18:10:28 +01:00
tests.py Simplified MySQL version checking. 2013-02-18 21:46:26 +01:00