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:
committed by
Carlton Gibson
parent
2b76f45749
commit
8a4e506760
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user