django/docs/releases/1.8.14.txt

15 lines
330 B
Plaintext
Raw Normal View History

===========================
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`).