15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
|
===========================
|
||
|
Django 1.8.14 release notes
|
||
|
===========================
|
||
|
|
||
|
*Under development*
|
||
|
|
||
|
Django 1.8.14 fixes several bugs in 1.8.13.
|
||
|
|
||
|
Bugfixes
|
||
|
========
|
||
|
|
||
|
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
||
|
``TextField`` respectively when using ``AddField`` on PostgreSQL
|
||
|
(:ticket:`26889`).
|