1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.

Backport of 3a5299c19c from master
This commit is contained in:
Tim Schneider
2017-05-12 18:01:30 +02:00
committed by Tim Graham
parent d945b7e42a
commit 566726ff96
4 changed files with 16 additions and 4 deletions

View File

@@ -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`).