From 7857507c7fc43350701700d4215a37baea7655f0 Mon Sep 17 00:00:00 2001 From: Marijke Luttekes Date: Mon, 20 May 2024 15:32:41 -0300 Subject: Refs #35189 -- Removed no longer necessary JavaScript file collapse.js. --- docs/releases/5.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ``
`` and ```` 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. -- cgit v1.3