1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #35189 -- Removed no longer necessary JavaScript file collapse.js.

This commit is contained in:
Marijke Luttekes
2024-05-20 15:32:41 -03:00
committed by nessita
parent 676060d683
commit 7857507c7f
3 changed files with 3 additions and 44 deletions

View File

@@ -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.