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 bd70a2c7ac..a8f0c32f9b 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -254,6 +254,10 @@ Miscellaneous * In order to improve accessibility, the admin's changelist filter is now rendered in a ``<nav>`` tag instead of a ``<div>``. +* :meth:`.SimpleTestCase.assertURLEqual` and + :meth:`~django.test.SimpleTestCase.assertInHTML` now add ``": "`` to the + ``msg_prefix``. This is consistent with the behavior of other assertions. + .. _deprecated-features-5.1: Features deprecated in 5.1 |
