From 00a84fc6f3bb8cca15113e4d41e710123d182b4a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 5 Sep 2025 13:49:08 -0400 Subject: Removed versionadded/changed annotations for 5.2. --- docs/ref/contrib/admin/admindocs.txt | 9 --------- docs/ref/contrib/admin/index.txt | 2 -- 2 files changed, 11 deletions(-) (limited to 'docs/ref/contrib/admin') diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index 5a605748ad..1355c83356 100644 --- a/docs/ref/contrib/admin/admindocs.txt +++ b/docs/ref/contrib/admin/admindocs.txt @@ -52,10 +52,6 @@ Templates ``:template:`path/to/template.html``` Each of these support custom link text with the format ``:role:`link text ```. For example, ``:tag:`block ```. -.. versionchanged:: 5.2 - - Support for custom link text was added. - .. _admindocs-model-reference: Model reference @@ -89,11 +85,6 @@ A model with useful documentation might look like this:: """Makes the blog entry live on the site.""" ... -.. versionchanged:: 5.2 - - Access was restricted to only allow users with model view or change - permissions. - View reference ============== diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 64bfd83d02..2e8a09e9b2 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2874,8 +2874,6 @@ is linked to the document in ``{% block dark-mode-vars %}``. ``extrabody`` block =================== -.. versionadded:: 5.2 - You can add custom HTML, JavaScript, or other content to appear just before the closing ```` tag of templates that extend ``admin/base.html`` by extending the ``extrabody`` block. For example, if you want an alert to appear -- cgit v1.3