summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarijke Luttekes <mail@marijkeluttekes.dev>2024-05-20 15:32:41 -0300
committernessita <124304+nessita@users.noreply.github.com>2024-05-22 00:13:55 -0300
commit7857507c7fc43350701700d4215a37baea7655f0 (patch)
treeec85e931a5396593d50a64ce5ceb3b0f953e0578 /docs
parent676060d683200a19eba006b48e8563280b298c61 (diff)
Refs #35189 -- Removed no longer necessary JavaScript file collapse.js.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.txt3
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.