diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 254654eb7da..c7546338ef6 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -40,7 +40,7 @@ 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 +Facet counts are now shown 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`.