summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarijke Luttekes <mail@marijkeluttekes.dev>2024-01-24 14:11:54 +0100
committerGitHub <noreply@github.com>2024-01-24 14:11:54 +0100
commite412d85b4626bc56eb25206a40c3529162ce5dfc (patch)
tree2b38ccc073014d0eb421cafac3f0d8227e80c635 /docs
parent0450c9bdf1773297c61b4e36850ab997ffd5dde2 (diff)
Fixed #35115 -- Made admin's footer render in <footer> tag.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index 0cf249f3cf..9e8ff8c049 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -348,6 +348,10 @@ Miscellaneous
* In order to improve accessibility, the admin's changelist filter is now
rendered in a ``<nav>`` tag instead of a ``<div>``.
+* In order to improve accessibility, the admin's footer is now rendered in
+ a ``<footer>`` tag instead of a ``<div>``, and also moved below the
+ ``<div id="main">`` element.
+
* :meth:`.SimpleTestCase.assertURLEqual` and
:meth:`~django.test.SimpleTestCase.assertInHTML` now add ``": "`` to the
``msg_prefix``. This is consistent with the behavior of other assertions.