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
This commit is contained in:
parent
d77514e428
commit
4970ef07c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue