Fixed typo in docs/releases/5.0.txt.

This commit is contained in:
Ivan Sagalaev 2023-03-05 05:01:19 -08:00 committed by GitHub
parent 2660bc19f3
commit a4205076a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.