=========================== 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`). * Removed the broken ``BaseCommand.usage()`` method which was for ``optparse`` support (:ticket:`27000`). * Fixed a checks framework crash with an empty ``Meta.default_permissions`` (:ticket:`26997`).