Django 1.10 release candidate 1 ,Django 1.9.8 和 1.8.14 发布了,皆为安全发行版本。 Django 1.10 重要更新内容: Full text search for PostgreSQL New- middleware Official support for Unicode usernames 完整更新列表:https://docs.djangoproject.com/en/dev/releases/1.10/ Django 1.9.8 修复了一个安全问题和一些bug: XSS in admin’s add/change related popup bug修复: Fixed missing varchar/text_pattern_ops index on CharField and TextField respectively when usingAddField on PostgreSQL (#26889). Fixed makemessages crash on Python 2 with non-ASCII file names (#26897). 完整更新列表:https://docs.djangoproject.com/en/1.9/releases/1.9.8/ Django 1.8.14 修复了一个安全问题和一些bug: XSS in admin’s add/change related popup Bugfixes Fixed missing varchar/text_pattern_ops index on CharField and TextField respectively when usingAddField on PostgreSQL (#26889). 完整更新列表:https://docs.djangoproject.com/en/1.9/releases/1.8.14/ 详情:https://www.djangoproject.com/weblog/2016/jul/18/security-releases/ Django 1.10rc1,1.9.8,1.8.14 发布下载地址