summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-02 10:52:31 -0400
committerGitHub <noreply@github.com>2016-08-02 10:52:31 -0400
commitd95c669c29a0403cd1098664f0ef863fae8b7c98 (patch)
treebbcb3a742578c7dab06ddfe3fa471cfdff56a1f2 /docs
parent013ee21cf8e1a4b05589c161039f244e356272ba (diff)
Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return a result.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index 1ebeb9c92a..2f4fd581b9 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -9,4 +9,5 @@ Django 1.10.1 fixes several bugs in 1.10.
Bugfixes
========
-* ...
+* Fixed a crash in MySQL connections where ``SELECT @@SQL_AUTO_IS_NULL``
+ doesn't return a result (:ticket:`26991`).