Django 1.10.2 release notes

    Django 1.10.2 fixes several bugs in 1.10.1.

    • Allowed combining contrib.postgres.search.SearchQuery with more than one & or | operators ().
    • Fixed model form default fallback for CheckboxSelectMultiple, MultiWidget, , SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget (#27186). Custom widgets affected by this issue should implement .
    • Fixed a regression where unchanged localized date/time fields were listed as changed in the admin’s model history messages (#27302).