Django 1.9.8 release notes
July 18, 2016
Django 1.9.8 fixes a security issue and several bugs in 1.9.7.
버그 수정
- Fixed missing varchar/text_pattern_opsindex onCharFieldandTextFieldrespectively when usingAddFieldon PostgreSQL
(#26889).
- Fixed makemessagescrash on Python 2 with non-ASCII file names
(#26897).