diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-03 09:25:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-03 09:25:48 +0200 |
| commit | 679212a47ac3e22a6fbb6ee3cd4c09f29aae8b5d (patch) | |
| tree | ce0cb4c08f56a0a77725fd1ce926dda13d22c054 /docs | |
| parent | 35bbb2c9c01882b1d77b0b8c737ac646144833d4 (diff) | |
Refs #34657 -- Made msg_prefix handling in assertURLEqual()/assertInHTML consistent with other assertions.
Co-authored-by: Chinmoy Chakraborty <chinmoy12c@gmail.com>
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 |
