From f8c3d38c2d26f99ca620d76a0d88b69eeeb88c2c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 7 Jan 2016 20:06:58 -0500 Subject: [1.8.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True. Thanks Simon Charette for review. Backport of 56aaae58a746eb39d5e92ba60f59f4c750a8e1a8 from master --- docs/releases/1.8.9.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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`). -- cgit v1.3