mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
This commit is contained in:
parent
3008f30f19
commit
3a5299c19c
4 changed files with 16 additions and 4 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue