summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorShreya Bamne <shreya.bamne@gmail.com>2021-12-08 15:24:55 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-12-08 15:25:52 +0100
commit8a4e5067605e608c3fcbb5ca11e0019eac8b40aa (patch)
tree96d96bf001919d322c6f84f562f35b722a2c06fc /docs/releases
parent2b76f457494414f96d3848a5591909cbb48239e9 (diff)
Fixed #19721 -- Allowed admin filters to customize the list separator.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/4.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 543c9caf6e..c55e638695 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~