Django 1.10.4 版本发行说明

    Django 1.10.4 修复了 1.10.3 中的几个漏洞。

    • Fixed incorrect / model_name arguments for allow_migrate() in makemigrations migration consistency checks (#27461).
    • Fixed a QuerySet.update() crash on SQLite when updating a DateTimeField with an F() expression and a ().
    • Prevented an unnecessary index from being created on an InnoDB ForeignKey when the field was added after the model was created (#27558).