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

Fixed #19721 -- Allowed admin filters to customize the list separator.

This commit is contained in:
Shreya Bamne
2021-12-08 15:24:55 +01:00
committed by Carlton Gibson
parent 2b76f45749
commit 8a4e506760
5 changed files with 72 additions and 4 deletions

View File

@@ -54,6 +54,10 @@ Minor features
* The admin :ref:`dark mode CSS variables <admin-theming>` are now applied in a
separate stylesheet and template block.
* :ref:`modeladmin-list-filters` providing custom ``FieldListFilter``
subclasses can now control the query string value separator when filtering
for multiple values using the ``__in`` lookup.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~