django1.8.2-1.8.8和1.9升级改动

1.8.3 移除mysql数据库的unique_together

Fixed removing unique_together constraints on MySQL (#24972). 

1.8.4 修复一些bug

1.8.5 修复更多bug

1.8.6 修复这个字段深度查询无效

  • Fixed a regression causing ModelChoiceField to ignore prefetch_related() on its queryset (#25496).

修改字段无效值问题

  • Fixed crash with contrib.postgres.forms.SplitArrayField and IntegerField on invalid value (#25597).

1.8.7 



你可能感兴趣的:(django)