From 8d7a48027ef6848f693f57ae442a1b0ace0ebcdc Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 4 Dec 2014 17:56:11 +0100 Subject: Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations Thanks adityagupta104 for the report and Tim Graham for the review. --- docs/releases/1.7.2.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index e3db0d404e..f6b40f32b7 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -102,6 +102,7 @@ Bugfixes * Fixed ``runserver`` crash when socket error message contained Unicode characters (:ticket:`23946`). +<<<<<<< HEAD * Fixed serialization of ``type`` when adding a ``deconstruct()`` method (:ticket:`23950`). @@ -111,3 +112,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