summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Sagalaev <maniac@softwaremaniacs.org>2023-03-05 05:01:19 -0800
committerGitHub <noreply@github.com>2023-03-05 14:01:19 +0100
commita4205076a59a2747b82bd0fcffcc9f1aa02019f4 (patch)
tree6c476addefb359e4b776e9c499d2711592118246 /docs
parent2660bc19f396b0aa74b11e00452ad39df0dba825 (diff)
downloaddjango-a4205076a59a2747b82bd0fcffcc9f1aa02019f4.tar.gz
Fixed typo in docs/releases/5.0.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.txt2
1 files changed, 1 insertions, 1 deletions
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`.