diff options
| author | sai-ganesh-03 <sandursaiganesh@gmail.com> | 2024-11-03 11:03:48 +0530 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-06 14:39:18 +0100 |
| commit | c2c544cf01107da158cb8c0c539555eafa0628db (patch) | |
| tree | d3387e60d7e0e9f5a0c59648c31473fc2836567f /docs/ref/contrib/admin | |
| parent | 78c9a2703151432f8e35cb63fca5a566fee5f8ed (diff) | |
Fixed #27409 -- Made admindocs support custom link text in docstrings.
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/admindocs.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index edc29b4a5c..240def8efb 100644 --- a/docs/ref/contrib/admin/admindocs.txt +++ b/docs/ref/contrib/admin/admindocs.txt @@ -31,6 +31,8 @@ Once those steps are complete, you can start browsing the documentation by going to your admin interface and clicking the "Documentation" link in the upper right of the page. +.. _admindocs-helpers: + Documentation helpers ===================== @@ -47,6 +49,13 @@ Template filters ``:filter:`filtername``` 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. + Model reference =============== |
