From 810edfd7428e12bd640573112c6c1a024ac33da2 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:17:09 +0100 Subject: Removed versionadded/changed annotations for 5.1. This also removes remaining versionadded/changed annotations for older versions. --- docs/ref/contrib/admin/index.txt | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'docs/ref/contrib/admin') diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 1b02b7d403..311b21ec6e 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -432,11 +432,6 @@ subclass:: collapsed, using an expandable widget with a toggle for switching their visibility. - .. versionchanged:: 5.1 - - ``fieldsets`` using the ``collapse`` class now use ``
`` - and ```` elements, provided they define a ``name``. - * ``description`` A string of optional extra text to be displayed at the top of each fieldset, under the heading of the fieldset. @@ -639,11 +634,6 @@ subclass:: class PersonAdmin(admin.ModelAdmin): list_display = ["name", "decade_born_in"] - .. versionchanged:: 5.1 - - Support for using ``__`` lookups was added, when targeting related - fields. - A few special cases to note about ``list_display``: * If the field is a ``ForeignKey``, Django will display the @@ -2337,11 +2327,6 @@ The ``InlineModelAdmin`` class adds or customizes: configured in :attr:`~ModelAdmin.fieldsets`, inlines with a ``collapse`` class will be initially collapsed using an expandable widget. - .. versionchanged:: 5.1 - - ``fieldsets`` using the ``collapse`` class now use ``
`` and - ```` elements, provided they define a ``name``. - .. attribute:: InlineModelAdmin.extra This controls the number of extra forms the formset will display in -- cgit v1.3