summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-12-12 16:17:09 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 22:28:37 +0100
commit810edfd7428e12bd640573112c6c1a024ac33da2 (patch)
treec6dd06c80384f51aa373dfff5e0285d753a8830f /docs/ref/contrib/admin
parent9b5ad4056ccf9ff7ea548f72d28eb66c1b4f84cc (diff)
Removed versionadded/changed annotations for 5.1.
This also removes remaining versionadded/changed annotations for older versions.
Diffstat (limited to 'docs/ref/contrib/admin')
-rw-r--r--docs/ref/contrib/admin/index.txt15
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