2016-06-05 07:57:56 +08:00
|
|
|
==========================
|
|
|
|
Django 1.9.8 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.9.8 fixes several bugs in 1.9.7.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-07-13 08:50:17 +08:00
|
|
|
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
|
|
|
``TextField`` respectively when using ``AddField`` on PostgreSQL
|
|
|
|
(:ticket:`26889`).
|