mirror of
https://github.com/django/django.git
synced 2025-07-30 08:35:23 +00:00
[2.2.x] Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to respect model's Meta.ordering.
Regression in6d4e5feb79
. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of00035672a4
from master
This commit is contained in:
parent
52a7759a49
commit
c2732e6839
5 changed files with 88 additions and 5 deletions
|
@ -17,3 +17,8 @@ Bugfixes
|
|||
:class:`~django.contrib.postgres.fields.JSONField` and
|
||||
:class:`~django.contrib.postgres.fields.HStoreField` when using on
|
||||
expressions with params (:ticket:`30672`).
|
||||
|
||||
* Fixed a regression in Django 2.2 where
|
||||
:attr:`ModelAdmin.list_filter <django.contrib.admin.ModelAdmin.list_filter>`
|
||||
choices to foreign objects don't respect a model's ``Meta.ordering``
|
||||
(:ticket:`30449`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue