1
0
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:
sarahboyce
2023-03-06 15:24:39 +01:00
committed by Mariusz Felisiak
parent d03dc63177
commit d2b688b966
7 changed files with 146 additions and 16 deletions

View File

@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~