From 6ba960266a14756dbf6365029d46bd157bd2b155 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 4 Dec 2014 17:56:11 +0100 Subject: [1.7.x] Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations Thanks adityagupta104 for the report and Tim Graham for the review. Backport of 8d7a48027e from master. --- docs/releases/1.7.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index e3db0d404e..884a5970b1 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -111,3 +111,7 @@ Bugfixes * Fixed a crash when adding ``blank=True`` to ``TextField()`` on MySQL (:ticket:`23920`). + +* Fixed index creation by the migration infrastructure, particularly when + dealing with PostgreSQL specific {text|varchar}_pattern_ops indexes + (:ticket:`23954`). -- cgit v1.3