diff options
| author | Federico Frenguelli <synasius@gmail.com> | 2015-11-07 17:08:03 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-10 16:12:51 -0500 |
| commit | 3a36c8079544c83dcdea4e52181efcd2d1e86b9c (patch) | |
| tree | 22d47c987a2c6738065f7c81572fb6fc5b543d80 /docs | |
| parent | cf546e11ac76c8dec527e39ff8ce8249a195ab42 (diff) | |
Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField.
Thanks to Emanuele Palazzetti for the help.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.8.txt | 4 | ||||
| -rw-r--r-- | docs/releases/1.9.1.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.8.8.txt b/docs/releases/1.8.8.txt index 3b86fefaea..5dca5bccdb 100644 --- a/docs/releases/1.8.8.txt +++ b/docs/releases/1.8.8.txt @@ -30,3 +30,7 @@ Bugfixes * Fixed a state bug when migrating a ``SeparateDatabaseAndState`` operation backwards (:ticket:`25896`). + +* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and + ``TextField`` respectively when using ``AlterField`` on PostgreSQL + (:ticket:`25412`). diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index e0b3b17ff9..3c987c3428 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -22,3 +22,7 @@ Bugfixes * Fixed a regression in ``CommonMiddleware`` causing ``If-None-Match`` checks to always return HTTP 200 (:ticket:`25900`). + +* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and + ``TextField`` respectively when using ``AlterField`` on PostgreSQL + (:ticket:`25412`). |
