diff options
| author | Tim Schneider <tim.schneider@nb-dev.de> | 2017-05-12 18:01:30 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-15 08:33:31 -0400 |
| commit | 3a5299c19cd5a38f7fa0f45ed2df7b10f0c9cf5d (patch) | |
| tree | 39af17fe4a9ef72f886cc1bcc44aac7be59afb42 /docs | |
| parent | 3008f30f194af386c354416be4c483f0f6b15f33 (diff) | |
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.2.txt | 2 |
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`). |
