summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Gerards <mail@markus-gerards.de>2016-09-07 13:43:51 +0200
committerTim Graham <timograham@gmail.com>2016-09-07 11:15:41 -0400
commit2b64ff68cc375b5688174b4087bf44be9edd2558 (patch)
treec874283c3608064b62e660c03ef525a35f97222b /docs
parent8cae9bb77299794187b60f0489ac27dd403cf646 (diff)
Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't return a result.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.2.txt b/docs/releases/1.10.2.txt
index 4154836a1d..f3c574d7d1 100644
--- a/docs/releases/1.10.2.txt
+++ b/docs/releases/1.10.2.txt
@@ -9,4 +9,5 @@ Django 1.10.2 fixes several bugs in 1.10.1.
Bugfixes
========
-* ...
+* Fixed a crash in MySQL database validation where ``SELECT @@sql_mode``
+ doesn't return a result (:ticket:`27180`).