mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27409 -- Made admindocs support custom link text in docstrings.
This commit is contained in:
committed by
Sarah Boyce
parent
78c9a27031
commit
c2c544cf01
@@ -44,7 +44,10 @@ Minor features
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* Links to components in docstrings now supports custom link text, using the
|
||||
format ``:role:`link text <link>```. See :ref:`documentation helpers
|
||||
<admindocs-helpers>` for more details.
|
||||
|
||||
|
||||
:mod:`django.contrib.auth`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user