mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't return a result.
This commit is contained in:
parent
8cae9bb772
commit
2b64ff68cc
2 changed files with 3 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue