Django 1.10.2 版本发行说明
Django 1.10.2 修复了 1.10.1 中的几个漏洞。
- Allowed combining
contrib.postgres.search.SearchQuery
with more than one&
or|
operators (#27143). - Fixed model form
default
fallback forCheckboxSelectMultiple
,MultiWidget
, ,SplitDateTimeWidget
,SelectDateWidget
, andSplitArrayWidget
(). Custom widgets affected by this issue should implement value_omitted_from_data(). - Fixed a regression where unchanged localized date/time fields were listed as changed in the admin’s model history messages ().