summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorUlrich Petri <ulo@ulo.pe>2012-07-07 14:24:50 +0200
committerFlorian Apolloner <florian@apolloner.eu>2012-11-03 11:57:33 +0100
commitac2052ebc84c45709ab5f0f25e685bf656ce79bc (patch)
tree95bda206773dc2be963a50cd08bc4d34cf5b0014 /docs/ref
parent39f5bc7fc3a4bb43ed8a1358b17fe0521a1a63ac (diff)
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 809d56eaf5..d8ea6bb31d 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -922,6 +922,11 @@ Like all :class:`CharField` subclasses, :class:`URLField` takes the optional
:attr:`~CharField.max_length`argument. If you don't specify
:attr:`~CharField.max_length`, a default of 200 is used.
+.. versionadded:: 1.5
+
+The current value of the field will be displayed as a clickable link above the
+input widget.
+
Relationship fields
===================