mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews.
This commit is contained in:
committed by
Mariusz Felisiak
parent
50ca4defcb
commit
868e2fcdda
@@ -37,6 +37,14 @@ compatible with Django 5.0.
|
||||
What's new in Django 5.0
|
||||
========================
|
||||
|
||||
Facet filters in the admin
|
||||
--------------------------
|
||||
|
||||
Facet counts are now show for applied filters in the admin changelist when
|
||||
toggled on via the UI. This behavior can be changed via the new
|
||||
:attr:`.ModelAdmin.show_facets` attribute. For more information see
|
||||
:ref:`facet-filters`.
|
||||
|
||||
Minor features
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user