summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.9.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.8.9.txt b/docs/releases/1.8.9.txt
index 5525eca84a..080d6506e8 100644
--- a/docs/releases/1.8.9.txt
+++ b/docs/releases/1.8.9.txt
@@ -18,3 +18,8 @@ Bugfixes
* Fixed a regression that caused the incorrect day to be selected when opening
the admin calendar widget for timezones from GMT+0100 to GMT+1200
(:ticket:`24980`).
+
+* Fixed incorrect index handling in migrations on PostgreSQL when adding
+ ``db_index=True`` or ``unique=True`` to a ``CharField`` or ``TextField`` that
+ already had the other specified, or when removing one of them from a field
+ that had both (:ticket:`26034`).