diff options
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 |
