summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Schneider <tim.schneider@nb-dev.de>2017-05-12 18:01:30 +0200
committerTim Graham <timograham@gmail.com>2017-05-15 08:59:02 -0400
commit566726ff964b004f2a6adecc1e51197bc34d78d2 (patch)
tree82eff9d02d08f54fe04c3d75699162ff2a2f9484 /docs
parentd945b7e42a8d45cb13b1bd0420b420cf563482f1 (diff)
[1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Backport of 3a5299c19cd5a38f7fa0f45ed2df7b10f0c9cf5d from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.2.txt2
1 files changed, 2 insertions, 0 deletions
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`).