mirror of
https://github.com/Hopiu/django.git
synced 2026-05-17 03:51:06 +00:00
17 lines
416 B
Text
17 lines
416 B
Text
==========================
|
|
Django 1.9.8 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.9.8 fixes several bugs in 1.9.7.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
|
``TextField`` respectively when using ``AddField`` on PostgreSQL
|
|
(:ticket:`26889`).
|
|
|
|
* Fixed ``makemessages`` crash on Python 2 with non-ASCII file names
|
|
(:ticket:`26897`).
|