From 3a5299c19cd5a38f7fa0f45ed2df7b10f0c9cf5d Mon Sep 17 00:00:00 2001 From: Tim Schneider Date: Fri, 12 May 2017 18:01:30 +0200 Subject: Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. --- docs/releases/1.11.2.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt index 6831f60cef..8d82581966 100644 --- a/docs/releases/1.11.2.txt +++ b/docs/releases/1.11.2.txt @@ -23,3 +23,5 @@ Bugfixes * Fixed ``django.contrib.auth.authenticate()`` when multiple authentication backends don't accept a positional ``request`` argument (:ticket:`28207`). + +* Fixed introspection of index field ordering on PostgreSQL (:ticket:`28197`). -- cgit v1.3