1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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

View File

@@ -40,7 +40,7 @@ What's new in Django 5.0
Facet filters in the admin 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 toggled on via the UI. This behavior can be changed via the new
:attr:`.ModelAdmin.show_facets` attribute. For more information see :attr:`.ModelAdmin.show_facets` attribute. For more information see
:ref:`facet-filters`. :ref:`facet-filters`.