summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorantoliny0919 <antoliny0919@gmail.com>2024-12-25 11:35:27 +0900
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-10 12:57:53 +0100
commit97ee8b82c2c99bf352df5359bb24a42ea78585b8 (patch)
treecf714ede8d5d8ec504b276bdf7c88114a5324c0f /docs
parent585160586336f3bcd7b694f53cf10db73c56981c (diff)
Fixed #36032 -- Rendered URLField values as links in the admin.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt
index 35ce053861..3d3a958b6d 100644
--- a/docs/releases/5.2.txt
+++ b/docs/releases/5.2.txt
@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~