Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().

This commit is contained in:
Jon Dufresne 2016-07-12 17:50:17 -07:00
parent 10883b63b7
commit 2e4cfcd2b9
5 changed files with 50 additions and 1 deletions

14
docs/releases/1.8.14.txt Normal file
View file

@ -0,0 +1,14 @@
===========================
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`).

View file

@ -9,4 +9,6 @@ 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`).

View file

@ -55,6 +55,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
1.8.14
1.8.13
1.8.12
1.8.11