summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).