diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-11 15:45:14 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-11 15:45:14 +0000 |
| commit | 4970ef07c2f6e33da26232703e542b926a1fd2e7 (patch) | |
| tree | 1bdd4b5cc00245f199fba4b88f6228a7289fd853 /docs/ref | |
| parent | d77514e428fa6735525a152061cc9350c5952544 (diff) | |
Fixed #9189 -- Added not about urlize only covering .com, .net, and .org domains. Thanks, dArignac.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 76db1f7659..3b650f1f69 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2151,6 +2151,8 @@ urlize Converts URLs in text into clickable links. +Only works for .com, .net, and .org top level domains. + Works on links beginning with ``http://``, ``https://``, or ``www.`` and ending with ``.org``, ``.net`` or ``.com``. Links can have trailing punctuation (periods, commas, close-parens) and leading punctuation (opening parens) and |
