From a4205076a59a2747b82bd0fcffcc9f1aa02019f4 Mon Sep 17 00:00:00 2001 From: Ivan Sagalaev Date: Sun, 5 Mar 2023 05:01:19 -0800 Subject: [PATCH] Fixed typo in docs/releases/5.0.txt. --- docs/releases/5.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 254654eb7d..c7546338ef 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`.