1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34040 -- Removed autofocus from admin search box.

This commit is contained in:
Moshe Nahmias
2022-09-26 22:06:48 +03:00
committed by GitHub
parent 2cd7ab1ef6
commit d938b3b257
3 changed files with 5 additions and 2 deletions

View File

@@ -319,6 +319,9 @@ Miscellaneous
* :ttag:`{% blocktranslate asvar … %}<blocktranslate>` result is now marked as
safe for (HTML) output purposes.
* The ``autofocus`` HTML attribute in the admin search box is removed as it can
be confusing for screen readers.
.. _deprecated-features-4.2:
Features deprecated in 4.2