diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.txt | 4 |
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. |
