mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters.
This commit is contained in:
committed by
Mariusz Felisiak
parent
d03dc63177
commit
d2b688b966
@@ -54,6 +54,11 @@ Minor features
|
||||
* The new :meth:`.AdminSite.get_log_entries` method allows customizing the
|
||||
queryset for the site's listed log entries.
|
||||
|
||||
* The ``django.contrib.admin.AllValuesFieldListFilter``,
|
||||
``ChoicesFieldListFilter``, ``RelatedFieldListFilter``, and
|
||||
``RelatedOnlyFieldListFilter`` admin filters now handle multi-valued query
|
||||
parameters.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user