diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 13:49:08 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-09-17 15:17:05 -0300 |
| commit | 00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch) | |
| tree | 09d8a81acf0c768be984e92de5f3f1206630a266 /docs/ref/contrib/admin | |
| parent | 1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff) | |
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/admindocs.txt | 9 | ||||
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
2 files changed, 0 insertions, 11 deletions
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 <link>```. For example, ``:tag:`block <built_in-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 ``</body>`` tag of templates that extend ``admin/base.html`` by extending the ``extrabody`` block. For example, if you want an alert to appear |
