mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't return a result.
This commit is contained in:
committed by
Tim Graham
parent
8cae9bb772
commit
2b64ff68cc
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user