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

Fixed #34835 -- Made admin's changelist filters render in <nav> tag.

This commit is contained in:
lstaana
2023-09-24 21:16:56 -04:00
committed by Mariusz Felisiak
parent 2128a73713
commit 357365a64e
4 changed files with 15 additions and 7 deletions

View File

@@ -248,7 +248,8 @@ PostgreSQL 13 and higher.
Miscellaneous
-------------
* ...
* In order to improve accessibility, the admin's changelist filter is now
rendered in a ``<nav>`` tag instead of a ``<div>``.
.. _deprecated-features-5.1: