From fa5f3291e7f2611d53e64ab481ebe951b0161791 Mon Sep 17 00:00:00 2001 From: Hannes Ljungberg Date: Wed, 23 Oct 2019 22:16:55 +0200 Subject: Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with opclasses and ordering. --- docs/releases/2.2.7.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.2.7.txt b/docs/releases/2.2.7.txt index 3232b5c5e8..cf1f52a685 100644 --- a/docs/releases/2.2.7.txt +++ b/docs/releases/2.2.7.txt @@ -17,3 +17,7 @@ Bugfixes * Prevented :option:`migrate --plan` from showing that ``RunPython`` operations are irreversible when ``reverse_code`` callables don't have docstrings or when showing a forward migration plan (:ticket:`30870`). + +* Fixed migrations crash on PostgreSQL when adding an + :class:`~django.db.models.Index` with fields ordering and + :attr:`~.Index.opclasses` (:ticket:`30903`). -- cgit v1.3