diff options
| author | Marijke Luttekes <mail@marijkeluttekes.dev> | 2024-05-20 15:32:41 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-05-22 00:13:55 -0300 |
| commit | 7857507c7fc43350701700d4215a37baea7655f0 (patch) | |
| tree | ec85e931a5396593d50a64ce5ceb3b0f953e0578 /docs | |
| parent | 676060d683200a19eba006b48e8563280b298c61 (diff) | |
Refs #35189 -- Removed no longer necessary JavaScript file collapse.js.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index e4f0b37402..faaa5c9833 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -425,6 +425,9 @@ Miscellaneous when the fieldset has a name and use the ``collapse`` class, now includes ``<details>`` and ``<summary>`` elements. +* The JavaScript file ``collapse.js`` is removed since it is no longer needed + in the Django admin site. + * :meth:`.SimpleTestCase.assertURLEqual` and :meth:`~django.test.SimpleTestCase.assertInHTML` now add ``": "`` to the ``msg_prefix``. This is consistent with the behavior of other assertions. |
