summaryrefslogtreecommitdiff
path: root/docs/_theme
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-02-18 19:06:12 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-02-18 21:46:26 +0100
commitaea98e8c5357b15da214af311e8cb74b1503f958 (patch)
tree7246dd84153a6ff32222593b1be87a09e2bdc251 /docs/_theme
parent29628e0b6e5b1c6324e0c06cc56a49a5aa0747e0 (diff)
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 4423757c0c50afbe2470434778c8d5e5b4a70925. Closes #18135.
Diffstat (limited to 'docs/_theme')
0 files changed, 0 insertions, 0 deletions