mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #36032 -- Rendered URLField values as links in the admin.
This commit is contained in:
parent
5851605863
commit
97ee8b82c2
6 changed files with 26 additions and 3 deletions
|
|
@ -80,6 +80,8 @@ Minor features
|
|||
:ref:`extrabody <extrabody>` for adding custom code before the closing
|
||||
``</body>`` tag.
|
||||
|
||||
* The value of a :class:`~django.db.models.URLField` now renders as a link.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue