2016-09-02 04:27:45 +08:00
|
|
|
===========================
|
|
|
|
Django 1.10.2 release notes
|
|
|
|
===========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.10.2 fixes several bugs in 1.10.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-09-07 19:43:51 +08:00
|
|
|
* Fixed a crash in MySQL database validation where ``SELECT @@sql_mode``
|
|
|
|
doesn't return a result (:ticket:`27180`).
|
2016-08-25 16:36:49 +08:00
|
|
|
|
|
|
|
* Allowed combining ``contrib.postgres.search.SearchQuery`` with more than one
|
|
|
|
``&`` or ``|`` operators (:ticket:`27143`).
|