diff options
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 15 |
1 files changed, 0 insertions, 15 deletions
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 ``<details>`` - and ``<summary>`` 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 ``<details>`` and - ``<summary>`` elements, provided they define a ``name``. - .. attribute:: InlineModelAdmin.extra This controls the number of extra forms the formset will display in |
