2016 年 12 月 1 日
Django 1.10.4 修复了 1.10.3 中的几个漏洞。
app_label
/ model_name
arguments for
allow_migrate()
in makemigrations
migration consistency checks
(#27461).Model.delete(keep_parents=True)
preserve parent reverse
relationships in multi-table inheritance (#27407).QuerySet.update()
crash on SQLite when updating a
DateTimeField
with an F()
expression and a timedelta
(#27544).LocaleMiddleware
from redirecting on URLs that should return
404 when using prefix_default_language=False
(#27402).ForeignKey
when the field was added after the model was created (#27558).5月 12, 2023