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:
committed by
nessita
parent
676060d683
commit
7857507c7f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user