mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
54afa960d1
Thanks marktranchant for the report and review.
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
===========================
|
|
Django 1.10.1 release notes
|
|
===========================
|
|
|
|
*Under development*
|
|
|
|
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`).
|
|
|
|
* Allowed ``User.is_authenticated`` and ``User.is_anonymous`` properties to be
|
|
compared using ``==`` and ``!=`` (:ticket:`26988`).
|