Django 1.10.4 版本发行说明
Django 1.10.4 修复了 1.10.3 中的几个漏洞。
- Fixed incorrect /
model_name
arguments forallow_migrate()
inmakemigrations
migration consistency checks (#27461). - Fixed a
QuerySet.update()
crash on SQLite when updating aDateTimeField
with anF()
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).